summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2005-11-28 17:16:20 +0000
committerivan <ivan>2005-11-28 17:16:20 +0000
commitdba94fcedddc2a762bacd478816c41375f3d45e9 (patch)
tree64d0dea8da4345f537f31cacfc1da80582ebe1ee
parent4956c4ac2f2d6e95985cc26cbfd7cba57882fa12 (diff)
turn off debugging
-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 2f59ce5..7866369 100644
--- a/FS/FS/cust_main.pm
+++ b/FS/FS/cust_main.pm
@@ -57,7 +57,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 = 3;
+$DEBUG = 0;
$me = '[FS::cust_main]';
$import = 0;