turn off debugging
authorivan <ivan>
Mon, 26 Oct 2009 21:55:15 +0000 (21:55 +0000)
committerivan <ivan>
Mon, 26 Oct 2009 21:55:15 +0000 (21:55 +0000)
FS/FS/cust_bill_pkg.pm

index 2d32d31..9cc21f4 100644 (file)
@@ -19,7 +19,7 @@ use FS::cust_tax_adjustment;
 
 @ISA = qw( FS::cust_main_Mixin FS::Record );
 
-$DEBUG = 1;
+$DEBUG = 0;
 $me = '[FS::cust_bill_pkg]';
 
 =head1 NAME