diff --git a/SoftOscilloscope.py b/SoftOscilloscope.py index 86d45e9..a1498ca 100644 --- a/SoftOscilloscope.py +++ b/SoftOscilloscope.py @@ -34,10 +34,8 @@ def close_stream(self): print("Stream closed") def handle_close_event(self, event): - print("Here") self.close_stream() self.app.exit() - print("App exited") def plot_init(self): for i in xrange(20):