From 05599e79a915f16a21149c0c63e2385d08a26bcb Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 11 May 2008 16:54:06 -0700 Subject: [PATCH] IGN: Spurious print removed --- src/calibre/ebooks/lrf/html/convert_from.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/ebooks/lrf/html/convert_from.py b/src/calibre/ebooks/lrf/html/convert_from.py index ecaf151889..42fd012428 100644 --- a/src/calibre/ebooks/lrf/html/convert_from.py +++ b/src/calibre/ebooks/lrf/html/convert_from.py @@ -1496,7 +1496,7 @@ class HTMLConverter(object, LoggingInterface): 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):