remove console.trace

This commit is contained in:
Sebastian McKenzie 2015-01-04 19:49:10 +11:00
parent cec7b1ba3f
commit 8dad17b675
2 changed files with 1 additions and 2 deletions

View File

@ -2610,7 +2610,6 @@
// normal functions
if (tokType === _function) {
next();
console.trace();
return parseFunction(node, isStatement, true);
}
} else if (id.name === "await") {

View File

@ -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",