diff --git a/acorn.js b/acorn.js index c95a6636e8..2738f6bbd7 100644 --- a/acorn.js +++ b/acorn.js @@ -2610,7 +2610,6 @@ // normal functions if (tokType === _function) { next(); - console.trace(); return parseFunction(node, isStatement, true); } } else if (id.name === "await") { diff --git a/package.json b/package.json index e83a382ba5..6997fe3d42 100644 --- a/package.json +++ b/package.json @@ -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",