From: ivan Date: Mon, 28 Nov 2005 17:16:20 +0000 (+0000) Subject: turn off debugging X-Git-Tag: BEFORE_FINAL_MASONIZE~275 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=dba94fcedddc2a762bacd478816c41375f3d45e9 turn off debugging --- diff --git a/FS/FS/cust_main.pm b/FS/FS/cust_main.pm index 2f59ce5ab..7866369d7 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;