From: levinse Date: Fri, 21 Jan 2011 22:20:34 +0000 (+0000) Subject: turn off the debug I turned on in the prev commit for RT11237 X-Git-Tag: freeside_2_3_0~717 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=316fe261531ed2a31ad963dc1684f97f29868fb3 turn off the debug I turned on in the prev commit for RT11237 --- 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 {