From 3a1648edb9afdb91f0675a65f22d8191f3fa94be Mon Sep 17 00:00:00 2001 From: Jason Williams Date: Wed, 3 Dec 2014 16:05:29 +0000 Subject: [PATCH] Remove console.log Refs #4270 --- core/shared/lib/showdown/extensions/ghostfootnotes.js | 1 - 1 file changed, 1 deletion(-) 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);