From 877ec79f7f36e1c0bd1b0e9b30c0d1582fab140f Mon Sep 17 00:00:00 2001 From: Dipti Date: Fri, 19 Feb 2021 11:12:38 -0800 Subject: [PATCH] deleted dupe init code in realm.py Signed-off-by: Dipti --- py-json/realm.py | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/py-json/realm.py b/py-json/realm.py index d2aaf8d9..04fc0c49 100755 --- a/py-json/realm.py +++ b/py-json/realm.py @@ -59,7 +59,6 @@ class Realm(LFCliBase): halt_on_error_=False, # remove me _exit_on_error=False, _exit_on_fail=False, - # _local_realm=None, _proxy_str=None, _capture_signal_list=[]): super().__init__(_lfjson_host=lfclient_host, @@ -70,16 +69,6 @@ class Realm(LFCliBase): _exit_on_fail=_exit_on_fail, _proxy_str=_proxy_str, _capture_signal_list=_capture_signal_list) - # self.lfclient_url = "http://%s:%s" % (lfclient_host, lfclient_port) - super().__init__(lfclient_host, - lfclient_port, - _debug=debug_, - _halt_on_error=halt_on_error_, - _exit_on_error=_exit_on_error, - _exit_on_fail=_exit_on_fail, - # _local_realm=self, - _proxy_str=_proxy_str, - _capture_signal_list=_capture_signal_list) self.debug = debug_ # if debug_: