Skip to content

Commit

Permalink
Removed stray prints
Browse files Browse the repository at this point in the history
  • Loading branch information
Suyash458 committed Feb 23, 2017
1 parent 4bd58b3 commit c20320a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions SoftOscilloscope.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit c20320a

Please sign in to comment.