mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-24 02:03:01 +02:00
Removed some log statements. Rebalancing on RAM for home comp
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user