debug got left on accidentally
authorIvan Kohler <ivan@freeside.biz>
Sun, 17 May 2015 07:35:36 +0000 (00:35 -0700)
committerIvan Kohler <ivan@freeside.biz>
Sun, 17 May 2015 07:35:36 +0000 (00:35 -0700)
FS/FS/ClientAPI.pm

index e4031b2..1fea28c 100644 (file)
@@ -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 = ();