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):