Remove leftover test debug check from #4166

This commit is contained in:
Javier Guardia Fernández
2021-09-26 23:48:25 +02:00
committed by GitHub
parent 0869d837d6
commit 6474cfa5d6

View File

@@ -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++)