diff --git a/app/js/shipyard/factory-ship.js b/app/js/shipyard/factory-ship.js index 48eb881c..6c550ed7 100755 --- a/app/js/shipyard/factory-ship.js +++ b/app/js/shipyard/factory-ship.js @@ -245,7 +245,6 @@ angular.module('shipyard').factory('Ship', ['Components', 'calcShieldStrength', var powerChange = slot == this.common[0]; if (old) { // Old component now being removed - console.log('this shouldn\'t happen', old); switch (old.grp) { case 'ft': this.fuelCapacity -= old.capacity;