remove "raise notice" test log
authorerickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Fri, 16 Jan 2009 16:37:17 +0000 (16:37 +0000)
committererickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Fri, 16 Jan 2009 16:37:17 +0000 (16:37 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@11864 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/src/sql/Pg/999.functions.global.sql

index 05d081b..97cee8f 100644 (file)
@@ -189,7 +189,6 @@ DECLARE
 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;