Skip to content

Commit

Permalink
chore: remove stray console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
tivie committed Jan 25, 2016
1 parent 7d0436d commit 4c68452
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 5 deletions.
1 change: 0 additions & 1 deletion dist/showdown.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/showdown.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/showdown.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/showdown.min.js.map

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion src/subParsers/paragraphs.js
Original file line number Diff line number Diff line change
Expand Up @@ -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],
Expand Down

0 comments on commit 4c68452

Please sign in to comment.