mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 11:14:02 +02:00
Markdown Output: Remove left over print statement from debugging.
This commit is contained in:
parent
4a6a013bef
commit
cf3b7f85ce
1 changed files with 0 additions and 1 deletions
|
|
@ -70,7 +70,6 @@ def tidy_up(self, text):
|
|||
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…
Reference in a new issue