remove trace statement
This commit is contained in:
committed by
Richard van Velzen
parent
32f76f7ff8
commit
f7460166dd
@@ -399,7 +399,6 @@ var AST_ArrowParametersOrSeq = DEFNODE("ArrowParametersOrSeq", "expressions", {
|
||||
names: ex.elements.map(to_fun_args)
|
||||
});
|
||||
} else {
|
||||
console.log(ex.__proto__.TYPE)
|
||||
croak("Invalid function parameter", ex.start.line, ex.start.col);
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user