Removed some log statements. Rebalancing on RAM for home comp

This commit is contained in:
Daniel Xie
2017-05-13 13:59:19 -05:00
parent 93f2a475b0
commit 83502831d8
5 changed files with 4 additions and 6 deletions
-1
View File
@@ -33,7 +33,6 @@ function saveAndCloseScriptEditor() {
}
var code = document.getElementById("script-editor-text").value;
code = code.replace(/\s\s+/g, '');
console.log(code);
if (code.indexOf("while(true) {hack('foodnstuff');}") == -1) {
dialogBoxCreate("Please copy and paste the code from the tutorial!");
return;