diff options
author | Mark Wells <mark@freeside.biz> | 2015-04-06 22:35:48 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2015-04-06 22:35:48 -0700 |
commit | 1f5fc658a659923e86ea6b9b6ab18e8c8aeec7ca (patch) | |
tree | 953ca841652dd535b66bb109a1f158785b39b6b4 | |
parent | 6e083cee18cb70cfeea90eed475e452b2ff6a0f1 (diff) |
debug
-rw-r--r-- | FS/FS/Misc/Geo.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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 ); |