From: ivan Date: Tue, 24 Nov 2009 21:00:40 +0000 (+0000) Subject: debugging left on X-Git-Tag: root_of_svc_elec_features~661 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=f7674a15273ea195d485c9a47be2c3d3398e5893 debugging left on --- diff --git a/FS/FS/cust_bill.pm b/FS/FS/cust_bill.pm index c7b4df783..f47bb2c59 100644 --- a/FS/FS/cust_bill.pm +++ b/FS/FS/cust_bill.pm @@ -37,7 +37,7 @@ use FS::payby; @ISA = qw( FS::cust_main_Mixin FS::Record ); -$DEBUG = 1; +$DEBUG = 0; $me = '[FS::cust_bill]'; #ask FS::UID to run this stuff for us later