Remove debugging statements from progress.py

This commit is contained in:
Charles Haley 2010-08-18 20:24:04 +01:00
parent fafa58adb7
commit 0521321d69

View File

@ -94,11 +94,9 @@ class BlockingBusy(QDialog):
def start(self):
self.pi.startAnimation()
pass
def stop(self):
self.pi.stopAnimation()
pass
def accept(self):
self.stop()