Remove stray log
This commit is contained in:
parent
32a13e668a
commit
c87f70e40a
|
@ -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(" -> "));
|
||||
|
||||
|
|
Loading…
Reference in a new issue