Removed an unnecessary debug print

This commit is contained in:
Li Fanxi 2010-09-27 18:56:09 +08:00
parent 4baab972ab
commit 04187001a6

View File

@ -256,7 +256,6 @@ class DoubanCovers(CoverDownload): # {{{
return u
def has_cover(self, mi, ans, timeout=5.):
print "has_cover called"
if not mi.isbn:
return False
br = browser()