summaryrefslogtreecommitdiff
path: root/FS/FS/cust_bill_ApplicationCommon.pm
diff options
context:
space:
mode:
authorivan <ivan>2007-03-01 16:36:07 +0000
committerivan <ivan>2007-03-01 16:36:07 +0000
commitfb19d4e46a85f34fe22106d783152a0a69b2ac30 (patch)
treed681cf6b257419eaa641d0394b74ee667ba744ec /FS/FS/cust_bill_ApplicationCommon.pm
parent125e4cd2fb42c7b9b1e4262fa03c2ae0c0c8f2af (diff)
turn off debugging
Diffstat (limited to 'FS/FS/cust_bill_ApplicationCommon.pm')
-rw-r--r--FS/FS/cust_bill_ApplicationCommon.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/cust_bill_ApplicationCommon.pm b/FS/FS/cust_bill_ApplicationCommon.pm
index 9f61f5b..24274e7 100644
--- a/FS/FS/cust_bill_ApplicationCommon.pm
+++ b/FS/FS/cust_bill_ApplicationCommon.pm
@@ -8,7 +8,7 @@ use FS::Record qw( qsearch qsearchs dbh );
@ISA = qw( FS::Record );
-$DEBUG = 1;
+$DEBUG = 0;
$me = '[FS::cust_bill_ApplicationCommon]';
=head1 NAME