From: ivan Date: Mon, 29 Jan 2007 16:16:49 +0000 (+0000) Subject: turn off debugging X-Git-Tag: freeside_1_7_2~1^2~78 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=e1fa51a4add880c581270e61dce097b320d40d00;p=freeside.git turn off debugging --- diff --git a/FS/FS/cust_main.pm b/FS/FS/cust_main.pm index 6b507c206..a0ad0de71 100644 --- a/FS/FS/cust_main.pm +++ b/FS/FS/cust_main.pm @@ -61,7 +61,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]'; $import = 0; diff --git a/FS/FS/rate.pm b/FS/FS/rate.pm index a471e2ea4..c50ca044a 100644 --- a/FS/FS/rate.pm +++ b/FS/FS/rate.pm @@ -7,7 +7,7 @@ use FS::rate_detail; @ISA = qw(FS::Record); -$DEBUG = 1; +$DEBUG = 0; =head1 NAME