mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 15:32:23 -04:00
remove sleep debugging
This commit is contained in:
parent
717044dcad
commit
03369658ee
1 changed files with 0 additions and 1 deletions
|
@ -68,7 +68,6 @@ def incrementalSend(self, strOrFile):
|
||||||
else:
|
else:
|
||||||
cnt = 0
|
cnt = 0
|
||||||
while 1:
|
while 1:
|
||||||
time.sleep(0.1)
|
|
||||||
if sendProgressHook:
|
if sendProgressHook:
|
||||||
sendProgressHook(cnt)
|
sendProgressHook(cnt)
|
||||||
data = strOrFile.read(65536)
|
data = strOrFile.read(65536)
|
||||||
|
|
Loading…
Reference in a new issue