mirror of
https://github.com/scratchfoundation/scratch-html5.git
synced 2024-11-28 18:16:11 -05:00
Removed debugger statement
This commit is contained in:
parent
2778e0a3fd
commit
68bbfc962a
1 changed files with 0 additions and 1 deletions
|
@ -149,7 +149,6 @@ Interpreter.prototype.stepActiveThread = function() {
|
|||
return;
|
||||
} else {
|
||||
b = this.activeThread.stack.pop();
|
||||
debugger;
|
||||
if (b.isLoop) {
|
||||
this.activeThread.nextBlock = b; // preserve where it left off
|
||||
return;
|
||||
|
|
Loading…
Reference in a new issue