Skip to content

Commit 4c68452

Browse files
committed
chore: remove stray console.log
1 parent 7d0436d commit 4c68452

5 files changed

Lines changed: 3 additions & 5 deletions

File tree

dist/showdown.js

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/showdown.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/showdown.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/showdown.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/subParsers/paragraphs.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ showdown.subParser('paragraphs', function (text, options, globals) {
2828

2929
/** Unhashify HTML blocks */
3030
end = grafsOut.length;
31-
console.log(text);
3231
for (i = 0; i < end; i++) {
3332
var blockText = '',
3433
grafsOutIt = grafsOut[i],

0 commit comments

Comments
 (0)