Skip to content

Commit 5473c7a

Browse files
committed
Remove debug statement
1 parent b27701c commit 5473c7a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mode/javascript/javascript.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,6 @@ CodeMirror.defineMode("javascript", function(config, parserConfig) {
264264

265265
while(true) {
266266
var combinator = cc.length ? cc.pop() : jsonMode ? expression : statement;
267-
if (!combinator.call) console.log(combinator)
268267
if (combinator(type, content)) {
269268
while(cc.length && cc[cc.length - 1].lex)
270269
cc.pop()();

0 commit comments

Comments
 (0)