turn debugging off
authorjeff <jeff>
Wed, 14 Mar 2007 23:30:59 +0000 (23:30 +0000)
committerjeff <jeff>
Wed, 14 Mar 2007 23:30:59 +0000 (23:30 +0000)
FS/FS/svc_acct.pm

index 0d61261..3a625f7 100644 (file)
@@ -41,7 +41,7 @@ use FS::cdr;
 
 @ISA = qw( FS::svc_Common );
 
-$DEBUG = 1;
+$DEBUG = 0;
 $me = '[FS::svc_acct]';
 
 #ask FS::UID to run this stuff for us later