From 03369658eeabaa88a6f21701038fbdb8ca981ea8 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Tue, 16 Jun 2009 04:01:13 +0900 Subject: [PATCH] remove sleep debugging --- anki/sync.py | 1 - 1 file changed, 1 deletion(-) diff --git a/anki/sync.py b/anki/sync.py index 106913d6a..5c14c6ac8 100644 --- a/anki/sync.py +++ b/anki/sync.py @@ -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)