From ff828e261210e8d4f1ddf51600d99e2cb1a914cd Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Sun, 17 May 2015 00:35:36 -0700 Subject: [PATCH] debug got left on accidentally --- FS/FS/ClientAPI.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = (); -- 2.11.0