Skip to content

Commit

Permalink
pkg/covermerger: remove excessive logs
Browse files Browse the repository at this point in the history
  • Loading branch information
tarasmadan committed Dec 19, 2024
1 parent c87fa8a commit b8e81ee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/covermerger/provider_monorepo.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ func (mr *monoRepo) cloneCommits(repoCommits []RepoCommit) {
log.Logf(0, "can't check CommitExists: %s", err.Error())
}
if commitExistsInRepo {
log.Logf(0, "commit %s exists in local repo, no need to clone", repoCommit.Commit)
mr.repoCommits[repoCommit] = struct{}{}
continue
}
Expand Down

0 comments on commit b8e81ee

Please sign in to comment.