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