mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-10 07:05:35 +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;
|
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;
|
totals.effectivenessHull = totalDps == 0 ? 0 : totals.effectiveDpsHull / totalDps;
|
||||||
|
|
||||||
return { weapons, totals };
|
return { weapons, totals };
|
||||||
|
|||||||
Reference in New Issue
Block a user