not needed

This commit is contained in:
Corey Johnson 2019-12-05 09:58:45 -08:00
parent ee7f6339ae
commit 50fccd796a

View file

@ -230,7 +230,6 @@ func prView(cmd *cobra.Command, args []string) error {
if err != nil {
return err
}
openURL = pr.URL
} else {
prNumber, branchWithOwner, err := prSelectorForCurrentBranch(ctx)