Skip to content

Commit e6fc028

Browse files
committed
Fix typo
1 parent 15d365e commit e6fc028

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

robotics_application_manager/manager/manager.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -777,7 +777,6 @@ def on_disconnect(self, event):
777777
This method stops all running processes,
778778
terminates launchers, and restarts the script.
779779
"""
780-
LogManager.logger.exception("Disconected")
781780

782781
try:
783782
self.consumer.stop()
@@ -914,8 +913,6 @@ def start(self):
914913
self.consumer.start()
915914

916915
def signal_handler(sign, frame):
917-
LogManager.logger.exception("why")
918-
919916
print("\nprogram exiting gracefully")
920917
self.running = False
921918

0 commit comments

Comments
 (0)