Skip to content

Commit

Permalink
Removed unused install_agent_local
Browse files Browse the repository at this point in the history
  • Loading branch information
gilb842 committed Jan 10, 2022
1 parent c72b3de commit 0d69d67
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions volttron/platform/control.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 0d69d67

Please sign in to comment.