removed notice

This commit is contained in:
Andy Eschbacher
2015-06-23 18:39:15 -04:00
parent 3ad3038c5e
commit 5941b473ca

View File

@@ -40,7 +40,6 @@ BEGIN
THEN TRUE
ELSE FALSE
END;
RAISE NOTICE 'maxval: %', maxval;
RETURN passes;
END;
$$ language plpgsql IMMUTABLE;