turn off debugging
[freeside.git] / FS / FS / cust_main.pm
index 2f59ce5..7866369 100644 (file)
@@ -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;