From c87f70e40a5a21bc6146b851d4b0cf9d09380eec Mon Sep 17 00:00:00 2001 From: Sven Slootweg Date: Wed, 2 Feb 2022 11:23:36 +0100 Subject: [PATCH] Remove stray log --- src/astformer/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/astformer/index.js b/src/astformer/index.js index ab73a38..c638471 100644 --- a/src/astformer/index.js +++ b/src/astformer/index.js @@ -155,7 +155,7 @@ module.exports = function optimizeTree(ast, optimizers) { }); function handleASTNode(node, iterations = 0, path = [], initialStateLog, context = {}) { - console.log({ path: path.map((item) => String(item.type)).join(" -> "), context }); + // console.log({ path: path.map((item) => String(item.type)).join(" -> "), context }); // console.log({ path: path.map((item) => String(item.key)).join(" -> "), context }); // console.log(path.map((item) => String(item.key)).join(" -> "));