From eb5d0e868cc067b49faa50f8121e17377dc15ab3 Mon Sep 17 00:00:00 2001 From: Cmdr McDonald Date: Fri, 27 Jan 2017 21:31:05 +0000 Subject: [PATCH] Remove logging --- src/app/components/DamageDealt.jsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/app/components/DamageDealt.jsx b/src/app/components/DamageDealt.jsx index 4b3926f4..2b88a07c 100644 --- a/src/app/components/DamageDealt.jsx +++ b/src/app/components/DamageDealt.jsx @@ -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 };