From 0d69d673230e194ba8d6759a1cfaa70827fe5031 Mon Sep 17 00:00:00 2001 From: gilb842 Date: Mon, 10 Jan 2022 10:30:33 -0800 Subject: [PATCH] Removed unused install_agent_local --- volttron/platform/control.py | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/volttron/platform/control.py b/volttron/platform/control.py index 13eec790a0..57f9e30b4a 100644 --- a/volttron/platform/control.py +++ b/volttron/platform/control.py @@ -607,13 +607,7 @@ def _install_wheel_to_platform( ) _log.debug(f"Returning {agent_uuid}") return agent_uuid - - @RPC.export - def install_agent_local(self, filename, vip_identity=None, publickey=None, - secretkey=None): - return self._aip.install_agent(filename, vip_identity=vip_identity, - publickey=publickey, - secretkey=secretkey) + @RPC.export def install_agent(