Remove logging
This commit is contained in:
parent
2372044317
commit
893b2a63f6
1 changed files with 0 additions and 4 deletions
|
|
@ -2,7 +2,6 @@ package api
|
|||
|
||||
import (
|
||||
"fmt"
|
||||
"os"
|
||||
"strings"
|
||||
|
||||
"github.com/github/gh-cli/git"
|
||||
|
|
@ -142,9 +141,6 @@ func project() github.Project {
|
|||
panic(error)
|
||||
}
|
||||
for _, remote := range remotes {
|
||||
p, e := remote.Project()
|
||||
fmt.Fprintf(os.Stderr, "🌭 %+v\n%+v", e, p)
|
||||
|
||||
if project, error := remote.Project(); error == nil {
|
||||
return *project
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue