[freeside-commits] freeside/FS/FS/cust_main Billing_Realtime.pm, 1.12, 1.13
Erik Levinson
levinse at wavetail.420.am
Fri Jan 21 14:20:39 PST 2011
Update of /home/cvs/cvsroot/freeside/FS/FS/cust_main
In directory wavetail.420.am:/tmp/cvs-serv21203/FS/FS/cust_main
Modified Files:
Billing_Realtime.pm
Log Message:
turn off the debug I turned on in the prev commit for RT11237
Index: Billing_Realtime.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/cust_main/Billing_Realtime.pm,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -w -d -r1.12 -r1.13
--- Billing_Realtime.pm 21 Jan 2011 22:17:30 -0000 1.12
+++ Billing_Realtime.pm 21 Jan 2011 22:20:34 -0000 1.13
@@ -19,7 +19,7 @@
# 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 {
More information about the freeside-commits
mailing list