From: mark Date: Fri, 28 Oct 2011 07:50:44 +0000 (+0000) Subject: turn off debug X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=6f24b5f61c2afbc4f4749cc83517b6ef11c2cc83;p=freeside.git turn off debug --- diff --git a/FS/FS/part_export/broadband_snmp.pm b/FS/FS/part_export/broadband_snmp.pm index d0eca3979..dbfcdeb8a 100644 --- a/FS/FS/part_export/broadband_snmp.pm +++ b/FS/FS/part_export/broadband_snmp.pm @@ -6,7 +6,7 @@ use base 'FS::part_export'; use Net::SNMP qw(:asn1 :snmp); use Tie::IxHash; -$DEBUG = 1; +$DEBUG = 0; my $me = '['.__PACKAGE__.']';