From: ivan Date: Thu, 17 Nov 2005 12:56:07 +0000 (+0000) Subject: turn off debugging X-Git-Tag: BEFORE_FINAL_MASONIZE~307 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=06d42092410eeb14e723d762237a1638133253a3 turn off debugging --- diff --git a/FS/FS/UI/Web.pm b/FS/FS/UI/Web.pm index 11e4804fe..49e3fbf7e 100644 --- a/FS/FS/UI/Web.pm +++ b/FS/FS/UI/Web.pm @@ -138,7 +138,7 @@ use FS::UID; use FS::Record qw(qsearchs); use FS::queue; -$DEBUG = 1; +$DEBUG = 0; sub new { my $class = shift; diff --git a/FS/FS/part_svc.pm b/FS/FS/part_svc.pm index 106e56e8c..d3073f951 100644 --- a/FS/FS/part_svc.pm +++ b/FS/FS/part_svc.pm @@ -11,7 +11,7 @@ use FS::cust_svc; @ISA = qw(FS::Record); -$DEBUG = 1; +$DEBUG = 0; =head1 NAME