From c20320a3749fd957d8ad618ca68c3499b45ad7e2 Mon Sep 17 00:00:00 2001 From: Suyash458 Date: Thu, 23 Feb 2017 13:41:19 +0530 Subject: [PATCH] Removed stray prints --- SoftOscilloscope.py | 2 -- 1 file changed, 2 deletions(-) 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):