reduce test explorer logging

This commit is contained in:
Matt Parker
2025-11-19 23:47:36 +10:00
parent 0ed73ae1aa
commit fc4eed8d0a
2 changed files with 5 additions and 4 deletions

View File

@@ -46,7 +46,6 @@ public partial class TestExplorerPanel : Control
await _buildService.MsBuildAsync(solution.FilePath);
}
var testNodes = await _testRunnerService.DiscoverTests(solution);
testNodes.ForEach(s => GD.Print(s.DisplayName));
var scenes = testNodes.Select(s =>
{
var entry = _testNodeEntryScene.Instantiate<TestNodeEntry>();