Remove extraneous logging

This is already logged [here](https://github.com/danielyxie/bitburner/blob/b00d2acc00ce61912ffd69610fade7ec32875f0f/src/Bladeburner.js#L1185)
This commit is contained in:
Matthew Goff
2018-08-02 18:45:49 -05:00
committed by GitHub
parent b00d2acc00
commit aa8fdae2df
-7
View File
@@ -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) {