Removed debug print

This commit is contained in:
Salvador E. Tropea 2023-08-29 09:09:37 -03:00
parent 94c0ba1919
commit dacd98fbc4
1 changed files with 0 additions and 1 deletions

View File

@ -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