mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 09:43:54 +01:00
Remove extraneous logging
This is already logged [here](b00d2acc00/src/Bladeburner.js (L1185)
)
This commit is contained in:
parent
b00d2acc00
commit
aa8fdae2df
@ -1420,13 +1420,6 @@ Bladeburner.prototype.completeOperation = function(success) {
|
||||
}
|
||||
|
||||
var city = this.getCurrentCity();
|
||||
if (this.logging.ops) {
|
||||
if (success) {
|
||||
this.log(action.name + " completed successfully! ")
|
||||
} else {
|
||||
|
||||
}
|
||||
}
|
||||
switch (action.name) {
|
||||
case "Investigation":
|
||||
if (success) {
|
||||
|
Loading…
Reference in New Issue
Block a user