From aa8fdae2dfd152655018c9ec0d18b2b0cc2ed690 Mon Sep 17 00:00:00 2001 From: Matthew Goff Date: Thu, 2 Aug 2018 18:45:49 -0500 Subject: [PATCH] Remove extraneous logging This is already logged [here](https://github.com/danielyxie/bitburner/blob/b00d2acc00ce61912ffd69610fade7ec32875f0f/src/Bladeburner.js#L1185) --- src/Bladeburner.js | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/Bladeburner.js b/src/Bladeburner.js index e975da9dc..4dfd975bb 100644 --- a/src/Bladeburner.js +++ b/src/Bladeburner.js @@ -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) {