Skip to content

Commit b8e81ee

Browse files
committed
pkg/covermerger: remove excessive logs
1 parent c87fa8a commit b8e81ee

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/covermerger/provider_monorepo.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ func (mr *monoRepo) cloneCommits(repoCommits []RepoCommit) {
9494
log.Logf(0, "can't check CommitExists: %s", err.Error())
9595
}
9696
if commitExistsInRepo {
97-
log.Logf(0, "commit %s exists in local repo, no need to clone", repoCommit.Commit)
9897
mr.repoCommits[repoCommit] = struct{}{}
9998
continue
10099
}

0 commit comments

Comments
 (0)