From: ivan Date: Wed, 29 Jun 2011 05:16:55 +0000 (+0000) Subject: disable debugging in part_svc X-Git-Tag: freeside_2_3_0~48 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=552ab4d038b22d47d981dd19e8ab2d1fd421e494;hp=df4a174a2156a642c25a3926fa1dba5e92263610 disable debugging in part_svc --- diff --git a/FS/FS/part_svc.pm b/FS/FS/part_svc.pm index dc7449a4f..3ae79a6df 100644 --- a/FS/FS/part_svc.pm +++ b/FS/FS/part_svc.pm @@ -12,7 +12,7 @@ use FS::cust_svc; @ISA = qw(FS::Record); -$DEBUG = 1; +$DEBUG = 0; =head1 NAME