Removed debugger statement

This commit is contained in:
MathWizz 2013-11-02 01:58:01 -05:00
parent 2778e0a3fd
commit 68bbfc962a

View file

@ -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;