[freeside-commits] branch FREESIDE_2_3_BRANCH updated. 300c0d096df087565bedd4a1226af1cd0a71b962

Ivan ivan at 420.am
Thu Mar 6 16:59:48 PST 2014


The branch, FREESIDE_2_3_BRANCH has been updated
       via  300c0d096df087565bedd4a1226af1cd0a71b962 (commit)
      from  5bd2d2285220216acce024700f5f5ae108c988f4 (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 300c0d096df087565bedd4a1226af1cd0a71b962
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Thu Mar 6 16:59:46 2014 -0800

    cleanup, RT#27958

diff --git a/FS/bin/freeside-xmlrpcd b/FS/bin/freeside-xmlrpcd
index e22d0f0..724c5ad 100644
--- a/FS/bin/freeside-xmlrpcd
+++ b/FS/bin/freeside-xmlrpcd
@@ -6,9 +6,6 @@ use FS::XMLRPC_Lite; #XMLRPC::Lite for XMLRPC::Serializer
                      #and XMLRPC::Transport::HTTP
 
 use FS::Conf;
-
-##use FS::ClientAPI qw( load_clientapi_modules );
-##use FS::ClientAPI_XMLRPC; #FS::SelfService::XMLRPC;
 use FS::API;
 
 #freeside xmlrpc.cgi
@@ -19,17 +16,9 @@ my %typelookup = (
 );
 
 use constant ME => 'xmlrpcd';
-
-#
-
 freeside_init1(ME);
-
-#load_clientapi_modules;
-
 freeside_init2(ME);
 
-#FS::ClientAPI::Signup::clear_cache();
-
 my $conf = new FS::Conf;
 die "not running; xmlrpc_api conf option is off\n"
   unless $conf->exists('xmlrpc_api');

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

Summary of changes:
 FS/bin/freeside-xmlrpcd |   11 -----------
 1 files changed, 0 insertions(+), 11 deletions(-)




More information about the freeside-commits mailing list