Skip to content

Commit abead18

Browse files
committed
Remove debug
1 parent 8999366 commit abead18

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

manager/manager/launcher/launcher_ros2_api.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,6 @@ def terminate(self):
4343
thread.join()
4444
self.threads.remove(thread)
4545

46-
print("Type:", self.type)
47-
4846
to_kill = ["launch.py"]
4947
if self.type == "gz":
5048
to_kill = ["gz", "launch.py"]
@@ -54,7 +52,6 @@ def terminate(self):
5452
kill_cmd = "pkill -9 -f "
5553
for i in to_kill:
5654
cmd = kill_cmd + i
57-
print(cmd)
5855
subprocess.call(
5956
cmd,
6057
shell=True,

0 commit comments

Comments
 (0)