From: ivan Date: Wed, 29 Jun 2011 05:16:38 +0000 (+0000) Subject: disable debugging in part_svc X-Git-Tag: freeside_2_1_3~83 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=381805cd7fe1eb2d3ae664fee866f18f93fe7631 disable debugging in part_svc --- diff --git a/FS/FS/part_svc.pm b/FS/FS/part_svc.pm index d41510211..bb4f6d649 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