mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-21 16:52:55 +02:00
Quick Tidy
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user