mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2025-02-18 10:53:43 +01:00
Quick Tidy
This commit is contained in:
@ -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) {
|
||||||
|
Reference in New Issue
Block a user