From: Ivan Kohler Date: Fri, 7 Mar 2014 00:59:45 +0000 (-0800) Subject: cleanup, RT#27958 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=992bffcad00736275441c750ac03b408c182492e cleanup, RT#27958 --- diff --git a/FS/bin/freeside-xmlrpcd b/FS/bin/freeside-xmlrpcd index e22d0f063..724c5adb3 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');