Skip to content

Commit

Permalink
chore: supress log
Browse files Browse the repository at this point in the history
  • Loading branch information
voldikss committed May 6, 2023
1 parent dcdcb0c commit 3be251e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions gitlab.go
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,6 @@ func processProjectMergeRequests(project *gitlab.Project) {
log.WithField("mergeRequest", projectMergeRequest.IID).Errorln("failed to get merge request info")
}

log.Infof("processing `%s`\n", mergeRequest.Title)

// the order of the following checks matters
if !isMergeRequestReady(mergeRequest) {
log.Debugln("merge request is not ready")
Expand Down

0 comments on commit 3be251e

Please sign in to comment.