chore: gardening
This commit is contained in:
parent
d7a629db7a
commit
d00bcf23f3
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user