summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2009-11-24 21:00:41 +0000
committerivan <ivan>2009-11-24 21:00:41 +0000
commitb2112fdec2a4fa0baff5d861da85a4f8ed9015b1 (patch)
tree15331486b98c14d606c06a72bf5915c10d6f5aa5
parent1495621fe4758b49cbece5be9752907b76ee0984 (diff)
debugging left on
-rw-r--r--FS/FS/cust_bill.pm2
1 files changed, 1 insertions, 1 deletions
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