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

Commit daffdf0

Browse files
committed
Remove stray console.log
1 parent 06c71a5 commit daffdf0

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
@@ -174,7 +174,6 @@ function parse(text) {
174174
regex += endBracket;
175175
}
176176

177-
console.log(regex);
178177
regex = new RegExp(regex, "gm");
179178
text = text.replace(regex, tags[t].formatter("$2", "$3"));
180179
}

0 commit comments

Comments
 (0)