Remove logging

This commit is contained in:
Jon Taylor
2020-07-21 17:24:06 +01:00
parent 9674aa2367
commit 840ce9f3e4

View File

@@ -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;