remove debug code

This commit is contained in:
nightwing 2017-05-11 14:36:38 +04:00
parent 600f4584c0
commit 6f66974f89

View File

@ -261,7 +261,7 @@ exports.transform = function transform(n) {
case "ComprehensionBlock":
case "ComprehensionExpression":
default:
console.log("Not yet supported: " + nodeName);
// console.log("Not yet supported: " + nodeName);
// console.log("Current node: "+ JSON.stringify(n));
resultNode = tree.cons(tree.string(nodeName), [tree.string(JSON.stringify(n, function(key, val) {
if (key !== "loc")