Skip to content

Commit

Permalink
Remove temporary debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
fmauch committed Sep 20, 2024
1 parent 0d548af commit a8f9c62
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions controller_manager/controller_manager/hardware_spawner.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,9 +146,6 @@ def main(args=None):
activate = args.activate
configure = args.configure

print(f"CMD Arguments: {command_line_args}")
print(f"Arguments: {args}")

node = Node("hardware_spawner")
if not controller_manager_name.startswith("/"):
spawner_namespace = node.get_namespace()
Expand Down

0 comments on commit a8f9c62

Please sign in to comment.