diff --git a/Tests/BasicTests/SimpleTests.cs b/Tests/BasicTests/SimpleTests.cs index f431f2c..01e671d 100644 --- a/Tests/BasicTests/SimpleTests.cs +++ b/Tests/BasicTests/SimpleTests.cs @@ -76,12 +76,6 @@ namespace Tests.BasicTests .At(Location.BensOldGamingMachine) .BringOnline()[0]; - var debugInfo = primary.GetDebugInfo(); - Assert.That(debugInfo.spr, Is.Not.Empty); - - var debugInfo2 = secondary.GetDebugInfo(); - Assert.That(debugInfo2.spr, Is.Not.Empty); - PerformTwoClientTest(primary, secondary); }