turn off the debug I turned on in the prev commit for RT11237
authorlevinse <levinse>
Fri, 21 Jan 2011 22:20:34 +0000 (22:20 +0000)
committerlevinse <levinse>
Fri, 21 Jan 2011 22:20:34 +0000 (22:20 +0000)
FS/FS/cust_main/Billing_Realtime.pm

index ea09379..e94f78e 100644 (file)
@@ -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 {