Skip to content

Commit

Permalink
Removed debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
shwethanidd committed Jul 16, 2021
1 parent 28222e9 commit 1da6ec3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions volttron/utils/rmq_mgmt.py
Original file line number Diff line number Diff line change
Expand Up @@ -827,8 +827,6 @@ def delete_multiplatform_parameter(self, component, parameter_name, vhost=None,
parameter_parts = parameter_name.split('-')
shovel_links = self.get_shovel_links()
shovel_names = [link['name'] for link in shovel_links]
print(f"shovel names : {shovel_names}")
print(f"shovel links: {shovel_links}")
for name in shovel_names:
name_parts = name.split('-')
if parameter_parts[1] == name_parts[1]:
Expand Down

0 comments on commit 1da6ec3

Please sign in to comment.