Skip to content

Commit

Permalink
remove printf
Browse files Browse the repository at this point in the history
Co-Authored-By: Matteo Barbera <matteo.barbera97@gmail.com>
  • Loading branch information
dewagter and matteobarbera committed Apr 10, 2020
1 parent abb0c29 commit 1b53df0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def OnPaint(self, e):
dc.DrawText("Counter paused", 150, 22+20)

def onStartStop(self, event):
print(self.running)
# print(self.running)
self.running = not self.running
self.Refresh()

Expand Down

0 comments on commit 1b53df0

Please sign in to comment.