From 74ef4734f76101facfdbafd498b13d62b3addcff Mon Sep 17 00:00:00 2001 From: Peter Wood Date: Tue, 23 Sep 2025 15:39:30 -0400 Subject: [PATCH] comment out debug notices in get_transactions_for_period function --- postgres/functions/get_transactions_for_period.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/postgres/functions/get_transactions_for_period.sql b/postgres/functions/get_transactions_for_period.sql index f41700c..046322e 100644 --- a/postgres/functions/get_transactions_for_period.sql +++ b/postgres/functions/get_transactions_for_period.sql @@ -21,9 +21,9 @@ begin ELSE v_end_date := p_end; END IF; -raise notice 'FUNCTION: get_transactions_for_period'; +-- raise notice 'FUNCTION: get_transactions_for_period'; -- E'\n' is new line -raise notice 'INPUT: % v_start_date = %; % v_end_date = %;', E'\n', v_start_date, E'\n', v_end_date; +-- raise notice 'INPUT: % v_start_date = %; % v_end_date = %;', E'\n', v_start_date, E'\n', v_end_date; return query select