turn off debugging
authorivan <ivan>
Mon, 29 Jan 2007 16:16:49 +0000 (16:16 +0000)
committerivan <ivan>
Mon, 29 Jan 2007 16:16:49 +0000 (16:16 +0000)
FS/FS/cust_main.pm
FS/FS/rate.pm

index 6b507c2..a0ad0de 100644 (file)
@@ -61,7 +61,7 @@ $realtime_bop_decline_quiet = 0;
 # 1 is mostly method/subroutine entry and options
 # 2 traces progress of some operations
 # 3 is even more information including possibly sensitive data
-$DEBUG = 1;
+$DEBUG = 0;
 $me = '[FS::cust_main]';
 
 $import = 0;
index a471e2e..c50ca04 100644 (file)
@@ -7,7 +7,7 @@ use FS::rate_detail;
 
 @ISA = qw(FS::Record);
 
-$DEBUG = 1;
+$DEBUG = 0;
 
 =head1 NAME