Skip to content
This repository was archived by the owner on Jan 19, 2019. It is now read-only.

Commit acfa2f3

Browse files
committed
Merge pull request #32 from tomxtobin/remove-unsupported-node-kind-logging
Fix: Remove console logging of node.kind (fixes #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)