[freeside-commits] branch master updated. ff828e261210e8d4f1ddf51600d99e2cb1a914cd

Ivan ivan at 420.am
Sun May 17 00:35:39 PDT 2015


The branch, master has been updated
       via  ff828e261210e8d4f1ddf51600d99e2cb1a914cd (commit)
      from  1cde870268b03197da75f089669d60a7ba3c5617 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit ff828e261210e8d4f1ddf51600d99e2cb1a914cd
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Sun May 17 00:35:36 2015 -0700

    debug got left on accidentally

diff --git a/FS/FS/ClientAPI.pm b/FS/FS/ClientAPI.pm
index e4031b2..1fea28c 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 = ();

-----------------------------------------------------------------------

Summary of changes:
 FS/FS/ClientAPI.pm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)




More information about the freeside-commits mailing list