mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 06:53:25 +02:00
Removed an unnecessary debug print
This commit is contained in:
parent
4baab972ab
commit
04187001a6
1 changed files with 0 additions and 1 deletions
|
|
@ -256,7 +256,6 @@ def get_cover_url(self, isbn, br, timeout=5.):
|
|||
return u
|
||||
|
||||
def has_cover(self, mi, ans, timeout=5.):
|
||||
print "has_cover called"
|
||||
if not mi.isbn:
|
||||
return False
|
||||
br = browser()
|
||||
|
|
|
|||
Loading…
Reference in a new issue