mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 07:22: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:
|
||||
cnt = 0
|
||||
while 1:
|
||||
time.sleep(0.1)
|
||||
if sendProgressHook:
|
||||
sendProgressHook(cnt)
|
||||
data = strOrFile.read(65536)
|
||||
|
|
Loading…
Reference in a new issue