summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorivan <ivan>2008-09-08 21:46:11 +0000
committerivan <ivan>2008-09-08 21:46:11 +0000
commit97d06298e66a7c65689f5e033c65d0be068e7f11 (patch)
tree221b18dbdd5645accd1a12b99f893d18c8970b11 /FS
parent1918ae1ef4b40ff88f3331c72ae4440c3bbe7d48 (diff)
oops, debugging got left on by accident
Diffstat (limited to 'FS')
-rw-r--r--FS/FS/cust_main.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/cust_main.pm b/FS/FS/cust_main.pm
index 3f974b607..2031d7e06 100644
--- a/FS/FS/cust_main.pm
+++ b/FS/FS/cust_main.pm
@@ -64,7 +64,7 @@ $realtime_bop_decline_quiet = 0;
# 1 is mostly method/subroutine entry and options
# 2 traces progress of some operations
# 3 is even more information including possibly sensitive data
-$DEBUG = 2;
+$DEBUG = 0;
$me = '[FS::cust_main]';
$import = 0;