freeside/FS/FS cust_bill.pm,1.115,1.116 Misc.pm,1.8,1.9

ivan ivan at pouncequick.420.am
Sat May 14 09:31:01 PDT 2005


Update of /home/cvs/cvsroot/freeside/FS/FS
In directory pouncequick:/tmp/cvs-serv4102

Modified Files:
	cust_bill.pm Misc.pm 
Log Message:
disable debugging

Index: cust_bill.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/cust_bill.pm,v
retrieving revision 1.115
retrieving revision 1.116
diff -u -d -r1.115 -r1.116
--- cust_bill.pm	14 May 2005 16:27:26 -0000	1.115
+++ cust_bill.pm	14 May 2005 16:30:58 -0000	1.116
@@ -23,7 +23,7 @@
 
 @ISA = qw( FS::Record );
 
-$DEBUG = 1;
+$DEBUG = 0;
 
 #ask FS::UID to run this stuff for us later
 FS::UID->install_callback( sub { 

Index: Misc.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Misc.pm,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- Misc.pm	14 May 2005 16:27:26 -0000	1.8
+++ Misc.pm	14 May 2005 16:30:58 -0000	1.9
@@ -8,7 +8,7 @@
 @ISA = qw( Exporter );
 @EXPORT_OK = qw( send_email send_fax );
 
-$DEBUG = 1;
+$DEBUG = 0;
 
 =head1 NAME
 
@@ -245,12 +245,12 @@
 
   if ($faxjob->success) {
     warn "Successfully queued fax to '$options{dialstring}' with jobid " .
-            $faxjob->jobid;
+           $faxjob->jobid
+      if $DEBUG;
+    return '';
   } else {
     return 'Error while sending FAX: ' . $faxjob->trace;
   }
-
-  return '';
 
 }
 




More information about the freeside-commits mailing list