From: ivan Date: Mon, 26 Oct 2009 21:55:15 +0000 (+0000) Subject: turn off debugging X-Git-Tag: freeside_1_9_2~275 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=8b0eb311c3adf9fd74a0efb2eca5ba791b4d5073;p=freeside.git turn off debugging --- diff --git a/FS/FS/cust_bill_pkg.pm b/FS/FS/cust_bill_pkg.pm index 2d32d3180..9cc21f423 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