From: Ivan Kohler Date: Sun, 17 May 2015 07:35:36 +0000 (-0700) Subject: debug got left on accidentally X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=ff828e261210e8d4f1ddf51600d99e2cb1a914cd debug got left on accidentally --- diff --git a/FS/FS/ClientAPI.pm b/FS/FS/ClientAPI.pm index e4031b26e..1fea28c67 100644 --- a/FS/FS/ClientAPI.pm +++ b/FS/FS/ClientAPI.pm @@ -6,7 +6,7 @@ use vars qw( @EXPORT_OK %handler $domain $DEBUG $me ); @EXPORT_OK = qw( load_clientapi_modules ); -$DEBUG = 1; +$DEBUG = 0; $me = '[FS::ClientAPI]'; %handler = ();