Remove a print statement

This commit is contained in:
Charles Haley 2011-05-10 16:18:13 +01:00
parent 05e9dc65d1
commit d9e0e36140

View File

@ -55,7 +55,6 @@ class BeamEBooksDEStore(BasicStoreConfig, StorePlugin):
if not id: if not id:
continue continue
id = id[7:] id = id[7:]
print(id)
cover_url = ''.join(data.xpath('./tr/td[1]/a/img/@src')) cover_url = ''.join(data.xpath('./tr/td[1]/a/img/@src'))
if cover_url: if cover_url:
cover_url = 'http://www.beam-ebooks.de' + cover_url cover_url = 'http://www.beam-ebooks.de' + cover_url