diff --git a/kibot/config_reader.py b/kibot/config_reader.py index f1cd551d..07a248d1 100644 --- a/kibot/config_reader.py +++ b/kibot/config_reader.py @@ -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