diff --git a/src/app/shipyard/Calculations.js b/src/app/shipyard/Calculations.js index 014ca487..543771a0 100644 --- a/src/app/shipyard/Calculations.js +++ b/src/app/shipyard/Calculations.js @@ -982,7 +982,6 @@ export function _weaponSustainedDps(m, opponent, opponentShields, opponentArmour weapon.effectiveness.shields.dpe = weapon.damage.shields.total / m.getEps(); weapon.effectiveness.armour.dpe = weapon.damage.armour.total / m.getEps(); - console.log(weapon.damage.shields.dpe); return weapon;