mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 01:33:54 +01:00
Quick Tidy
This commit is contained in:
parent
fe25460997
commit
294640d27e
@ -943,7 +943,6 @@ function NetscriptFunctions(workerScript) {
|
||||
if (fn = "ALL") {
|
||||
for (fn in possibleLogs) {
|
||||
workerScript.disableLogs[fn] = true;
|
||||
|
||||
}
|
||||
workerScript.log("disableLog", `Disabled logging for all functions`);
|
||||
} else if (possibleLogs[fn] === undefined) {
|
||||
|
Loading…
Reference in New Issue
Block a user