Remove stray log

This commit is contained in:
Sven Slootweg 2022-02-02 11:23:36 +01:00
parent 32a13e668a
commit c87f70e40a

View file

@ -155,7 +155,7 @@ module.exports = function optimizeTree(ast, optimizers) {
}); });
function handleASTNode(node, iterations = 0, path = [], initialStateLog, context = {}) { 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: path.map((item) => String(item.key)).join(" -> "), context });
// console.log(path.map((item) => String(item.key)).join(" -> ")); // console.log(path.map((item) => String(item.key)).join(" -> "));