Skip to content

Commit acfa2f3

Browse files
committed
Merge pull request eslint#32 from tomxtobin/remove-unsupported-node-kind-logging
Fix: Remove console logging of node.kind (fixes eslint#29)
2 parents 1adca5e + 560bb99 commit acfa2f3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/ast-converter.js

-1
Original file line numberDiff line numberDiff line change
@@ -1552,7 +1552,6 @@ module.exports = function(ast, extra) {
15521552
return convert(node.expression, parent);
15531553

15541554
default:
1555-
console.log("unsupported node.kind:", node.kind);
15561555
result = null;
15571556
}
15581557

0 commit comments

Comments
 (0)