From 6474cfa5d6dcc80e02bc110a042ca5578349a808 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Guardia=20Fern=C3=A1ndez?= Date: Sun, 26 Sep 2021 23:48:25 +0200 Subject: [PATCH] Remove leftover test debug check from #4166 --- Content.IntegrationTests/Tests/EntityTest.cs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Content.IntegrationTests/Tests/EntityTest.cs b/Content.IntegrationTests/Tests/EntityTest.cs index 6e5bbb5469..9d2d644d6e 100644 --- a/Content.IntegrationTests/Tests/EntityTest.cs +++ b/Content.IntegrationTests/Tests/EntityTest.cs @@ -267,10 +267,6 @@ namespace Content.IntegrationTests.Tests // Split components into groups, ensuring that their references don't conflict foreach (var type in componentFactory.AllRegisteredTypes) { - if (type == typeof(PowerCellComponent) || type == typeof(BatteryComponent)) - { - - } var registration = componentFactory.GetRegistration(type); for (var i = 0; i < distinctComponents.Count; i++)