From 316fe261531ed2a31ad963dc1684f97f29868fb3 Mon Sep 17 00:00:00 2001 From: levinse Date: Fri, 21 Jan 2011 22:20:34 +0000 Subject: [PATCH] turn off the debug I turned on in the prev commit for RT11237 --- FS/FS/cust_main/Billing_Realtime.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FS/FS/cust_main/Billing_Realtime.pm b/FS/FS/cust_main/Billing_Realtime.pm index ea09379ba..e94f78e3a 100644 --- a/FS/FS/cust_main/Billing_Realtime.pm +++ b/FS/FS/cust_main/Billing_Realtime.pm @@ -19,7 +19,7 @@ $realtime_bop_decline_quiet = 0; # 1 is mostly method/subroutine entry and options # 2 traces progress of some operations # 3 is even more information including possibly sensitive data -$DEBUG = 1; +$DEBUG = 0; $me = '[FS::cust_main::Billing_Realtime]'; install_callback FS::UID sub { -- 2.11.0