Quick Tidy

This commit is contained in:
Cass 2021-08-31 21:04:40 +01:00
parent fe25460997
commit 294640d27e

@ -943,7 +943,6 @@ function NetscriptFunctions(workerScript) {
if (fn = "ALL") { if (fn = "ALL") {
for (fn in possibleLogs) { for (fn in possibleLogs) {
workerScript.disableLogs[fn] = true; workerScript.disableLogs[fn] = true;
} }
workerScript.log("disableLog", `Disabled logging for all functions`); workerScript.log("disableLog", `Disabled logging for all functions`);
} else if (possibleLogs[fn] === undefined) { } else if (possibleLogs[fn] === undefined) {