From: Mark Wells Date: Tue, 7 Apr 2015 05:35:48 +0000 (-0700) Subject: debug X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=1f5fc658a659923e86ea6b9b6ab18e8c8aeec7ca;p=freeside.git debug --- diff --git a/FS/FS/Misc/Geo.pm b/FS/FS/Misc/Geo.pm index 40f30fea6..168e4e959 100644 --- a/FS/FS/Misc/Geo.pm +++ b/FS/FS/Misc/Geo.pm @@ -17,7 +17,7 @@ FS::UID->install_callback( sub { $conf = new FS::Conf; } ); -$DEBUG = 1; +$DEBUG = 0; @EXPORT_OK = qw( get_district );