summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2015-05-17 00:35:39 -0700
committerIvan Kohler <ivan@freeside.biz>2015-05-17 00:35:39 -0700
commita15c09a76a0d94207f52526208feff90cb042364 (patch)
treec534d35c366164e94f180830e4d84b6a3fa325d4 /FS
parent2d9689ef1601b66950413af88f319a6e4e2ccf0f (diff)
debug got left on accidentally
Diffstat (limited to 'FS')
-rw-r--r--FS/FS/ClientAPI.pm2
1 files changed, 1 insertions, 1 deletions
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 = ();