mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 15:32:23 -04:00
unwanted print statement
This commit is contained in:
parent
d2375145ed
commit
fd1116938c
1 changed files with 0 additions and 1 deletions
|
@ -59,7 +59,6 @@ class LatestVersionFinder(QThread):
|
|||
except:
|
||||
# behind proxy, corrupt message, etc
|
||||
return
|
||||
print resp
|
||||
if resp['msg']:
|
||||
self.emit(SIGNAL("newMsg"), resp)
|
||||
if resp['ver']:
|
||||
|
|
Loading…
Reference in a new issue