mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-08 22:33:24 +00:00
Remove logging
This commit is contained in:
@@ -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 };
|
||||
|
||||
Reference in New Issue
Block a user