Skip to content

Commit c7c650c

Browse files
committed
Remove extraneous print statement
1 parent 4c2b00c commit c7c650c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

github_app_installation.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ type GHAInstallationListOptions struct {
5151
func (s *gHAInstallations) List(ctx context.Context, options *GHAInstallationListOptions) (*GHAInstallationList, error) {
5252
u := "github-app/installations"
5353
req, err := s.client.NewRequest("GET", u, options)
54-
fmt.Println(u)
5554
if err != nil {
5655
return nil, err
5756
}

0 commit comments

Comments
 (0)