No need to inflict debugging messages on everyone.
authorkhoff <khoff>
Mon, 11 Apr 2005 16:48:42 +0000 (16:48 +0000)
committerkhoff <khoff>
Mon, 11 Apr 2005 16:48:42 +0000 (16:48 +0000)
FS/FS/h_cust_svc.pm
FS/FS/h_svc_forward.pm

index dbb16a2..718f2c7 100644 (file)
@@ -9,7 +9,7 @@ use FS::cust_svc;
 
 @ISA = qw( FS::h_Common FS::cust_svc );
 
-$DEBUG = 1;
+$DEBUG = 0;
 
 sub table { 'h_cust_svc'; }
 
index 92b2e5d..25b2039 100644 (file)
@@ -10,7 +10,7 @@ use FS::h_svc_acct;
 
 use Carp qw(carp);
 
-$DEBUG = 1;
+$DEBUG = 0;
 
 @ISA = qw( FS::h_Common FS::svc_forward );