mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Removed an unnecessary debug print
This commit is contained in:
parent
4baab972ab
commit
04187001a6
@ -256,7 +256,6 @@ class DoubanCovers(CoverDownload): # {{{
|
|||||||
return u
|
return u
|
||||||
|
|
||||||
def has_cover(self, mi, ans, timeout=5.):
|
def has_cover(self, mi, ans, timeout=5.):
|
||||||
print "has_cover called"
|
|
||||||
if not mi.isbn:
|
if not mi.isbn:
|
||||||
return False
|
return False
|
||||||
br = browser()
|
br = browser()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user