From: ivan Date: Wed, 3 Sep 2003 20:22:20 +0000 (+0000) Subject: turn off query debugging X-Git-Tag: NET_WHOIS_RAW_0_31~438 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=1d714ed99c023b376e8c1315c46760a783fcaff0 turn off query debugging --- diff --git a/FS/FS/Record.pm b/FS/FS/Record.pm index 07554481b..60b25edcf 100644 --- a/FS/FS/Record.pm +++ b/FS/FS/Record.pm @@ -21,7 +21,7 @@ use Tie::IxHash; @ISA = qw(Exporter); @EXPORT_OK = qw(dbh fields hfields qsearch qsearchs dbdef jsearch); -$DEBUG = 2; +$DEBUG = 0; $me = '[FS::Record]'; #ask FS::UID to run this stuff for us later