remove console.trace
This commit is contained in:
parent
cec7b1ba3f
commit
8dad17b675
1
acorn.js
1
acorn.js
@ -2610,7 +2610,6 @@
|
||||
// normal functions
|
||||
if (tokType === _function) {
|
||||
next();
|
||||
console.trace();
|
||||
return parseFunction(node, isStatement, true);
|
||||
}
|
||||
} else if (id.name === "await") {
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
"name": "acorn-6to5",
|
||||
"description": "Acorn fork used by 6to5",
|
||||
"main": "acorn.js",
|
||||
"version": "0.11.1-7",
|
||||
"version": "0.11.1-8",
|
||||
"maintainers": [
|
||||
{
|
||||
"name": "Marijn Haverbeke",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user