diff --git a/base.py b/base.py index 7cd595f..3d9abec 100644 --- a/base.py +++ b/base.py @@ -913,8 +913,8 @@ class BaseWindow(QMainWindow): print("Closing Application", flush=True) self.save_application_settings() QApplication.processEvents() - print( ("Stopping Monitors. This may on occasion lead to " + - "NO CYTHON CALLBACK MATCH FOUND notices"), flush=True) + #print( ("Stopping Monitors. This may on occasion lead to " + + # "NO CYTHON CALLBACK MATCH FOUND notices"), flush=True) self.cafe.monitorStopAll() time.sleep(0.05) self.cafe.terminate()