Skip to content

Commit 482ec4c

Browse files
committed
Remove commented out code
1 parent 78084fd commit 482ec4c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Rubberduck.Core/UI/UnitTesting/TestExplorerViewModel.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -389,9 +389,6 @@ private void ExecuteSelectedTestsCommand(object obj)
389389

390390
private void ExecuteRunSelectedGroupCommand(object obj)
391391
{
392-
//var tests = MouseOverTest is null
393-
// ? MouseOverGroup
394-
// : Tests.Groups.OfType<CollectionViewGroup>().FirstOrDefault(group => group.Items.Contains(MouseOverTest));
395392
var tests = GroupContainingSelectedTest(MouseOverTest);
396393

397394
if (tests is null)

0 commit comments

Comments
 (0)