correcting cyclical printing

This commit is contained in:
Danny Yoo 2011-09-02 15:49:37 -04:00
parent 8e5f2ca59d
commit 5de0164064
2 changed files with 0 additions and 3 deletions

View File

@ -83,7 +83,6 @@
} else { } else {
returnVal = x.toString(); returnVal = x.toString();
} }
cache.remove(x);
return returnVal; return returnVal;
}; };
@ -127,7 +126,6 @@
} else { } else {
returnVal = x.toString(); returnVal = x.toString();
} }
cache.remove(x);
return returnVal; return returnVal;
}; };

View File

@ -1065,7 +1065,6 @@
// from the user came from here. If not, we have no hope to do a nice, efficient // from the user came from here. If not, we have no hope to do a nice, efficient
// update, and have to do it from scratch. // update, and have to do it from scratch.
var nonce = Math.random(); var nonce = Math.random();
toDraw(MACHINE, toDraw(MACHINE,
world, world,
view.getMockAndResetFocus(nonce), view.getMockAndResetFocus(nonce),