Skip to content
This repository was archived by the owner on Oct 28, 2022. It is now read-only.

Commit 95a8f5c

Browse files
committed
Remove stray console logs
1 parent 1ccdad4 commit 95a8f5c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

javascript.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,6 @@ sf.parse = function(text) {
316316

317317
// Format trailing breaklines and spaces
318318
text = text.replace(/^(\n| )+/gm, "");
319-
console.log(text);
320319
text = text.trim("\n"); // Trim last newlines
321320

322321
text = sf.parseMD(text);

0 commit comments

Comments
 (0)