chore: gardening

This commit is contained in:
cha0s 2024-06-30 13:47:00 -05:00
parent d7a629db7a
commit d00bcf23f3

View File

@ -115,13 +115,6 @@ export default class Sandbox {
let result;
const isReplaying = depth < this.$$execution.stack.length;
const isReplayingThisLevel = depth === this.$$execution.stack.length - 1;
// console.log(
// Array(depth).fill(' ').join(''),
// node.type,
// isReplaying
// ? (['replaying', ...(isReplayingThisLevel ? ['this level'] : [])].join(' '))
// : '',
// );
if (!isReplaying) {
this.$$execution.stack.push(node);
}