mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-23 15:30:45 -04:00
Markdown Output: Remove left over print statement from debugging.
This commit is contained in:
parent
4a6a013bef
commit
cf3b7f85ce
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user