Skip to content

Commit b8dfb93

Browse files
authored
Merge pull request #199 from JdeRobot/kill-all-harmonic
Remove duplicate kill code
2 parents 53a6ead + f18b193 commit b8dfb93

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

manager/manager/manager.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -245,12 +245,6 @@ def on_launch_world(self, event):
245245
The method logs the start of the launch transition and the configuration details for debugging and traceability.
246246
"""
247247

248-
try:
249-
self.terminate_harmonic_processes()
250-
LogManager.logger.info("Removing old processes")
251-
except:
252-
pass
253-
254248
cfg_dict = event.kwargs.get("data", {})
255249
world_cfg = cfg_dict['world']
256250
robot_cfg = cfg_dict['robot']

0 commit comments

Comments
 (0)