summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2009-10-29 19:10:06 +0000
committerivan <ivan>2009-10-29 19:10:06 +0000
commit262e0d79deda87cdf9a289227f56dd4619f8581f (patch)
treef20ede068afb8e66e08dcde7c2fb2243be25df76
parent99eea3e4cc49a10231e3f3bce4b9afb01913ce55 (diff)
turn off debugging
-rw-r--r--FS/FS/cust_bill_pkg.pm2
1 files changed, 1 insertions, 1 deletions
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