Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit c2a96b4

Browse files
committed
Remove commented out code
1 parent 17716ef commit c2a96b4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/GitHub.App/ViewModels/GitHubPane/PullRequestCreationViewModel.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,6 @@ public PullRequestCreationViewModel(
8282
.Where(_ => TargetBranch != null)
8383
.Subscribe(x =>
8484
{
85-
//// HACK: Why is `t` null?
86-
//if (!x.Any(t => t != null && t.Equals(TargetBranch)))
8785
if (!x.Any(t => t.Equals(TargetBranch)))
8886
{
8987
TargetBranch = GitHubRepository.IsFork ? GitHubRepository.Parent.DefaultBranch : GitHubRepository.DefaultBranch;

0 commit comments

Comments
 (0)