summaryrefslogtreecommitdiff
path: root/FS/FS/cust_main
diff options
context:
space:
mode:
authorlevinse <levinse>2011-01-21 22:20:34 +0000
committerlevinse <levinse>2011-01-21 22:20:34 +0000
commit316fe261531ed2a31ad963dc1684f97f29868fb3 (patch)
tree8e54f313de193739d587a840ee11c7facaf88210 /FS/FS/cust_main
parent0f7643c1af2d909e0c3172e5bec0c01855fca1b9 (diff)
turn off the debug I turned on in the prev commit for RT11237
Diffstat (limited to 'FS/FS/cust_main')
-rw-r--r--FS/FS/cust_main/Billing_Realtime.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/cust_main/Billing_Realtime.pm b/FS/FS/cust_main/Billing_Realtime.pm
index ea09379ba..e94f78e3a 100644
--- a/FS/FS/cust_main/Billing_Realtime.pm
+++ b/FS/FS/cust_main/Billing_Realtime.pm
@@ -19,7 +19,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 = 1;
+$DEBUG = 0;
$me = '[FS::cust_main::Billing_Realtime]';
install_callback FS::UID sub {