Remove leftover test debug check from #4166
This commit is contained in:
committed by
GitHub
parent
0869d837d6
commit
6474cfa5d6
@@ -267,10 +267,6 @@ namespace Content.IntegrationTests.Tests
|
|||||||
// Split components into groups, ensuring that their references don't conflict
|
// Split components into groups, ensuring that their references don't conflict
|
||||||
foreach (var type in componentFactory.AllRegisteredTypes)
|
foreach (var type in componentFactory.AllRegisteredTypes)
|
||||||
{
|
{
|
||||||
if (type == typeof(PowerCellComponent) || type == typeof(BatteryComponent))
|
|
||||||
{
|
|
||||||
|
|
||||||
}
|
|
||||||
var registration = componentFactory.GetRegistration(type);
|
var registration = componentFactory.GetRegistration(type);
|
||||||
|
|
||||||
for (var i = 0; i < distinctComponents.Count; i++)
|
for (var i = 0; i < distinctComponents.Count; i++)
|
||||||
|
|||||||
Reference in New Issue
Block a user