[open-ils-commits] r11864 - trunk/Open-ILS/src/sql/Pg
svn at svn.open-ils.org
svn at svn.open-ils.org
Fri Jan 16 11:37:19 EST 2009
Author: erickson
Date: 2009-01-16 11:37:17 -0500 (Fri, 16 Jan 2009)
New Revision: 11864
Modified:
trunk/Open-ILS/src/sql/Pg/999.functions.global.sql
Log:
remove "raise notice" test log
Modified: trunk/Open-ILS/src/sql/Pg/999.functions.global.sql
===================================================================
--- trunk/Open-ILS/src/sql/Pg/999.functions.global.sql 2009-01-16 16:14:41 UTC (rev 11863)
+++ trunk/Open-ILS/src/sql/Pg/999.functions.global.sql 2009-01-16 16:37:17 UTC (rev 11864)
@@ -189,7 +189,6 @@
BEGIN
SELECT INTO old_id replaces FROM actor.usr_address where id = pending_id;
IF old_id IS NULL THEN
- RAISE NOTICE 'Address % does not replace any address', pending_id;
RETURN NULL;
END IF;
DELETE FROM actor.usr_address WHERE id = -old_id;
More information about the open-ils-commits
mailing list