chore: remove stray console.log

This commit is contained in:
Estevão Soares dos Santos 2016-01-25 01:16:51 +00:00
parent 7d0436d210
commit 4c68452999
5 changed files with 0 additions and 1 deletions

BIN
dist/showdown.js vendored

Binary file not shown.

BIN
dist/showdown.js.map vendored

Binary file not shown.

BIN
dist/showdown.min.js vendored

Binary file not shown.

Binary file not shown.

View File

@ -28,7 +28,6 @@ showdown.subParser('paragraphs', function (text, options, globals) {
/** Unhashify HTML blocks */
end = grafsOut.length;
console.log(text);
for (i = 0; i < end; i++) {
var blockText = '',
grafsOutIt = grafsOut[i],