From: ivan Date: Thu, 29 Oct 2009 19:10:06 +0000 (+0000) Subject: turn off debugging X-Git-Tag: root_of_svc_elec_features~726 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=262e0d79deda87cdf9a289227f56dd4619f8581f turn off debugging --- diff --git a/FS/FS/cust_bill_pkg.pm b/FS/FS/cust_bill_pkg.pm index 016b8bf66..094313f89 100644 --- a/FS/FS/cust_bill_pkg.pm +++ b/FS/FS/cust_bill_pkg.pm @@ -19,7 +19,7 @@ use FS::cust_tax_adjustment; @ISA = qw( FS::cust_main_Mixin FS::Record ); -$DEBUG = 1; +$DEBUG = 0; $me = '[FS::cust_bill_pkg]'; =head1 NAME