Merge pull request #4571 from jaswilli/cleanup-4270

Remove console.log
This commit is contained in:
Matt Enlow 2014-12-03 10:06:20 -07:00
commit 83ef557c88

View File

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