From 0e58107bddd6e32a7fc9fcf418176f1b0b489fe9 Mon Sep 17 00:00:00 2001 From: cswimr Date: Tue, 31 Dec 2024 12:32:27 -0500 Subject: [PATCH] refactor: remove another useless comment --- Models/Turret.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Models/Turret.cs b/Models/Turret.cs index d4b4a34..02c9ac4 100644 --- a/Models/Turret.cs +++ b/Models/Turret.cs @@ -38,7 +38,6 @@ namespace ZenithInfo.Models double shieldDps = 0; double hullDps = 0; - // all percentages are placeholders until david tells me what they're actually supposed to be if (this.DamageType() == Enums.DamageTypes.Shield) { shieldAlpha = baseAlpha;