mirror of https://github.com/zulip/zulip.git
markdown: Remove obsolete comment.
It was obsoleted by commit 07fef56c74
(#19144).
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
parent
c11cf8eb54
commit
bd2f327a25
|
@ -2579,9 +2579,6 @@ def do_convert(
|
|||
return rendering_result
|
||||
except Exception:
|
||||
cleaned = privacy_clean_markdown(content)
|
||||
# NOTE: Don't change this message without also changing the
|
||||
# logic in logging_handlers.py or we can create recursive
|
||||
# exceptions.
|
||||
markdown_logger.exception(
|
||||
"Exception in Markdown parser; input (sanitized) was: %s\n (message %s)",
|
||||
cleaned,
|
||||
|
|
Loading…
Reference in New Issue