Skip to content

Commit fe2a61b

Browse files
committed
Merge pull request evilstreak#32 from soggie/master
Fixes evilstreak#31 - un-needed debug code in md2html
2 parents f230892 + 794ab8a commit fe2a61b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

bin/md2html.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,5 @@
2626
return;
2727
}
2828

29-
console.log(markdown);
30-
3129
fs.readFile(fullpath, convert);
3230
}())

0 commit comments

Comments
 (0)