mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Remove debugging statements from progress.py
This commit is contained in:
parent
fafa58adb7
commit
0521321d69
@ -94,11 +94,9 @@ class BlockingBusy(QDialog):
|
|||||||
|
|
||||||
def start(self):
|
def start(self):
|
||||||
self.pi.startAnimation()
|
self.pi.startAnimation()
|
||||||
pass
|
|
||||||
|
|
||||||
def stop(self):
|
def stop(self):
|
||||||
self.pi.stopAnimation()
|
self.pi.stopAnimation()
|
||||||
pass
|
|
||||||
|
|
||||||
def accept(self):
|
def accept(self):
|
||||||
self.stop()
|
self.stop()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user