We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15d365e commit e6fc028Copy full SHA for e6fc028
1 file changed
robotics_application_manager/manager/manager.py
@@ -777,7 +777,6 @@ def on_disconnect(self, event):
777
This method stops all running processes,
778
terminates launchers, and restarts the script.
779
"""
780
- LogManager.logger.exception("Disconected")
781
782
try:
783
self.consumer.stop()
@@ -914,8 +913,6 @@ def start(self):
914
913
self.consumer.start()
915
916
def signal_handler(sign, frame):
917
- LogManager.logger.exception("why")
918
-
919
print("\nprogram exiting gracefully")
920
self.running = False
921
0 commit comments