Skip to content

Commit

Permalink
fix: remove very verbose repo response logging
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianBezold committed Nov 2, 2023
1 parent 10820a9 commit beb78eb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions release-automation/internal/dashboard/tractusx.go
Original file line number Diff line number Diff line change
Expand Up @@ -185,8 +185,6 @@ func getOrgRepos() []Repository {
PerPage: 100,
})

log.Printf("%s", repos)

if err != nil {
log.Printf("Could not query repositories for GitHub organization: %v", err)
}
Expand Down

0 comments on commit beb78eb

Please sign in to comment.