mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-23 08:03:48 +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();
|
var city = this.getCurrentCity();
|
||||||
if (this.logging.ops) {
|
|
||||||
if (success) {
|
|
||||||
this.log(action.name + " completed successfully! ")
|
|
||||||
} else {
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
|
||||||
switch (action.name) {
|
switch (action.name) {
|
||||||
case "Investigation":
|
case "Investigation":
|
||||||
if (success) {
|
if (success) {
|
||||||
|
Loading…
Reference in New Issue
Block a user