Remove console.log

Refs #4270
This commit is contained in:
Jason Williams 2014-12-03 16:05:29 +00:00
parent 26117ea6de
commit 3a1648edb9

View File

@ -85,7 +85,6 @@ function replaceEndFootnotes(text) {
return '{gfm-js-extract-pre-' + hash + '}'; return '{gfm-js-extract-pre-' + hash + '}';
}, 'm'); }, 'm');
console.log(text);
text = replaceInlineFootnotes(text); text = replaceInlineFootnotes(text);
text = replaceEndFootnotes(text); text = replaceEndFootnotes(text);