diff --git a/core/shared/lib/showdown/extensions/ghostfootnotes.js b/core/shared/lib/showdown/extensions/ghostfootnotes.js index dcb56f3c36..f99bd8a992 100644 --- a/core/shared/lib/showdown/extensions/ghostfootnotes.js +++ b/core/shared/lib/showdown/extensions/ghostfootnotes.js @@ -85,7 +85,6 @@ function replaceEndFootnotes(text) { return '{gfm-js-extract-pre-' + hash + '}'; }, 'm'); - console.log(text); text = replaceInlineFootnotes(text); text = replaceEndFootnotes(text);