mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Remove print statements
This commit is contained in:
parent
ef5a23e199
commit
6a565eb270
@ -77,7 +77,6 @@ class AmazonUKKindleStore(AmazonKindleStore):
|
|||||||
s.detail_item = asin.strip()
|
s.detail_item = asin.strip()
|
||||||
s.formats = ''
|
s.formats = ''
|
||||||
|
|
||||||
print('is_shot', is_shot)
|
|
||||||
if is_shot:
|
if is_shot:
|
||||||
# Amazon UK does not include the author on the grid layout
|
# Amazon UK does not include the author on the grid layout
|
||||||
s.author = ''
|
s.author = ''
|
||||||
@ -106,7 +105,6 @@ class AmazonUKKindleStore(AmazonKindleStore):
|
|||||||
is_kindle = idata.xpath('boolean(//div[@class="buying"]/h1/span/span[contains(text(), "Kindle Edition")])')
|
is_kindle = idata.xpath('boolean(//div[@class="buying"]/h1/span/span[contains(text(), "Kindle Edition")])')
|
||||||
if is_kindle:
|
if is_kindle:
|
||||||
search_result.formats = 'Kindle'
|
search_result.formats = 'Kindle'
|
||||||
print('az uk', is_kindle)
|
|
||||||
if idata.xpath('boolean(//div[@class="content"]//li/b[contains(text(), "' +
|
if idata.xpath('boolean(//div[@class="content"]//li/b[contains(text(), "' +
|
||||||
self.drm_search_text + '")])'):
|
self.drm_search_text + '")])'):
|
||||||
if idata.xpath('boolean(//div[@class="content"]//li[contains(., "' +
|
if idata.xpath('boolean(//div[@class="content"]//li[contains(., "' +
|
||||||
|
Loading…
x
Reference in New Issue
Block a user