Remove extraneous logging

This is already logged [here](b00d2acc00/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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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) {