Skip to content

Commit 7dd65db

Browse files
authored
chore: remove comment witch console statement
1 parent 65b838d commit 7dd65db

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/ast.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,6 @@ AST.prototype.prepare = function (kind, docs, parser) {
416416
stack: new Error().stack.split("\n").slice(3, 5),
417417
};
418418
result.stackUid = this.stackUid;
419-
// console.trace("node: ", kind, result.stackUid);
420419
}
421420

422421
/**

0 commit comments

Comments
 (0)