mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-06-06 14:05:21 -04:00
Markdown Output: Remove left over print statement from debugging.
This commit is contained in:
@@ -70,7 +70,6 @@ class MarkdownMLizer(OEB2HTML):
|
||||
l = re.sub('\t', '', l)
|
||||
new_text.append(start + l)
|
||||
text = '\n'.join(new_text)
|
||||
print(text)
|
||||
|
||||
# Remove spaces from blank lines.
|
||||
text = re.sub('(?msu)^[ ]+$', '', text)
|
||||
|
||||
Reference in New Issue
Block a user