Skip to content

Commit

Permalink
로그 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
lee committed Jan 7, 2025
1 parent e691cdb commit 8c2436e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/playground/executors.js
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,6 @@ class Executor {
}

continueLoop() {
console.log('exec1');
if (this._callStack.length) {
this.scope = this._callStack.pop();
}
Expand Down

0 comments on commit 8c2436e

Please sign in to comment.