Remove logging

This commit is contained in:
Cmdr McDonald
2017-01-27 21:31:05 +00:00
parent 7698cb75e9
commit eb76040b08

View File

@@ -173,9 +173,7 @@ export default class DamageDealt extends TranslatedComponent {
}
}
}
console.log('total dps is ' + totalDps);
totals.effectivenessShields = totalDps == 0 ? 0 : totals.effectiveDpsShields / totalDps;
console.log('total effective dps shields is ' + totals.effectiveDpsShields);
totals.effectivenessHull = totalDps == 0 ? 0 : totals.effectiveDpsHull / totalDps;
return { weapons, totals };