From 5ba428d4ae28d83c537333e61642db455f2e2c8d Mon Sep 17 00:00:00 2001 From: hamza zia Date: Tue, 3 Jun 2014 03:53:45 +0800 Subject: [PATCH] removed assemed conf from jsonrpc --- js/services/rpc/syscall.js | 7 ------- 1 file changed, 7 deletions(-) diff --git a/js/services/rpc/syscall.js b/js/services/rpc/syscall.js index 00ea1cb..fe0ec36 100644 --- a/js/services/rpc/syscall.js +++ b/js/services/rpc/syscall.js @@ -18,13 +18,6 @@ function(log, jsonRPC, sockRPC, alerts) { // pass (string): password for the http authentication if enabled // } init: function(conf) { - - conf = conf || { - host: 'localhost', - port: 6800 - }; - conf.encrypt = conf.encrypt || false; - jsonRPC.init(conf); sockRPC.init(conf); },