diff --git a/app/astride/sandbox.js b/app/astride/sandbox.js index 1d5b59c..348b94b 100644 --- a/app/astride/sandbox.js +++ b/app/astride/sandbox.js @@ -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); }