freeside/FS/FS h_cust_svc.pm,1.4,1.5 h_svc_forward.pm,1.4,1.5
Kristian Hoffmann
khoff at pouncequick.420.am
Mon Apr 11 09:48:45 PDT 2005
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory pouncequick:/tmp/cvs-serv1100
Modified Files:
h_cust_svc.pm h_svc_forward.pm
Log Message:
No need to inflict debugging messages on everyone.
Index: h_cust_svc.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/h_cust_svc.pm,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- h_cust_svc.pm 7 Apr 2005 03:28:20 -0000 1.4
+++ h_cust_svc.pm 11 Apr 2005 16:48:42 -0000 1.5
@@ -9,7 +9,7 @@
@ISA = qw( FS::h_Common FS::cust_svc );
-$DEBUG = 1;
+$DEBUG = 0;
sub table { 'h_cust_svc'; }
Index: h_svc_forward.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/h_svc_forward.pm,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- h_svc_forward.pm 7 Apr 2005 03:28:20 -0000 1.4
+++ h_svc_forward.pm 11 Apr 2005 16:48:42 -0000 1.5
@@ -10,7 +10,7 @@
use Carp qw(carp);
-$DEBUG = 1;
+$DEBUG = 0;
@ISA = qw( FS::h_Common FS::svc_forward );
More information about the freeside-commits
mailing list