mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-22 08:45:42 +01:00
IGN: Spurious print removed
This commit is contained in:
parent
6836e867de
commit
05599e79a9
1 changed files with 1 additions and 1 deletions
|
|
@ -1496,7 +1496,7 @@ def parse_tag(self, tag, parent_css):
|
|||
ts = self.current_block.textStyle.copy()
|
||||
self.current_block.textStyle = ts
|
||||
self.current_block.textStyle.attrs['parindent'] = '0'
|
||||
print tag_css
|
||||
|
||||
if tag.contents:
|
||||
c = tag.contents[0]
|
||||
if isinstance(c, NavigableString):
|
||||
|
|
|
|||
Loading…
Reference in a new issue