mirror of
https://github.com/ankitects/anki.git
synced 2025-09-22 07:52:24 -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:
|
except:
|
||||||
# behind proxy, corrupt message, etc
|
# behind proxy, corrupt message, etc
|
||||||
return
|
return
|
||||||
print resp
|
|
||||||
if resp['msg']:
|
if resp['msg']:
|
||||||
self.emit(SIGNAL("newMsg"), resp)
|
self.emit(SIGNAL("newMsg"), resp)
|
||||||
if resp['ver']:
|
if resp['ver']:
|
||||||
|
|
Loading…
Reference in a new issue