mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-25 10:42:51 +02:00
Remove extraneous logging
This is already logged [here](https://github.com/danielyxie/bitburner/blob/b00d2acc00ce61912ffd69610fade7ec32875f0f/src/Bladeburner.js#L1185)
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user