From: ivan Date: Sat, 3 Feb 2007 12:07:16 +0000 (+0000) Subject: remove debugging left on X-Git-Tag: TRIXBOX_2_6~686 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=b99dc26e8cc9a62b89ed6a9ace8e80a7c03b5965 remove debugging left on --- diff --git a/FS/FS/cust_main_Mixin.pm b/FS/FS/cust_main_Mixin.pm index fbfb8c236..ced0a1f55 100644 --- a/FS/FS/cust_main_Mixin.pm +++ b/FS/FS/cust_main_Mixin.pm @@ -5,7 +5,7 @@ use vars qw( $DEBUG ); use FS::UID qw(dbh); use FS::cust_main; -$DEBUG = 1; +$DEBUG = 0; =head1 NAME