From 6655cdeee7c159c9709c10f1125026758596b00d Mon Sep 17 00:00:00 2001 From: 6d486f49 Date: Mon, 1 Jun 2026 08:22:31 -0400 Subject: [PATCH] Console cleanup --- IGP/Pages/BuildCalculator/Parts/EntityClickViewComponent.razor | 2 -- 1 file changed, 2 deletions(-) diff --git a/IGP/Pages/BuildCalculator/Parts/EntityClickViewComponent.razor b/IGP/Pages/BuildCalculator/Parts/EntityClickViewComponent.razor index cb8b79a..584342a 100644 --- a/IGP/Pages/BuildCalculator/Parts/EntityClickViewComponent.razor +++ b/IGP/Pages/BuildCalculator/Parts/EntityClickViewComponent.razor @@ -58,8 +58,6 @@ var faction = FilterService.GetFaction(); var immortal = FilterService.GetImmortal(); - Console.WriteLine(hotkey); - var foundEntity = EntityModel.GetFrom(hotkey!, hotkeyGroup, isHoldSpace, faction, immortal); if (foundEntity != null && _entity != foundEntity)