Removed debug print
This commit is contained in:
parent
94c0ba1919
commit
dacd98fbc4
|
|
@ -1019,7 +1019,6 @@ def adapt_text(text):
|
||||||
t.append(ln)
|
t.append(ln)
|
||||||
text = '\n'.join(t)
|
text = '\n'.join(t)
|
||||||
return adapt_to_rst_urls(text)
|
return adapt_to_rst_urls(text)
|
||||||
logger.error('SI')
|
|
||||||
text = text.replace('\\*', '*')
|
text = text.replace('\\*', '*')
|
||||||
return text
|
return text
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue