diff options
author | Ivan Kohler <ivan@freeside.biz> | 2015-05-17 00:35:39 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2015-05-17 00:35:39 -0700 |
commit | a15c09a76a0d94207f52526208feff90cb042364 (patch) | |
tree | c534d35c366164e94f180830e4d84b6a3fa325d4 | |
parent | 2d9689ef1601b66950413af88f319a6e4e2ccf0f (diff) |
debug got left on accidentally
-rw-r--r-- | FS/FS/ClientAPI.pm | 2 |
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 = (); |