Skip to content
Snippets Groups Projects
Unverified Commit ad7fcb50 authored by Kamil Trzcinski's avatar Kamil Trzcinski
Browse files

Do not log useless message

parent 6c04c23f
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -123,7 +123,6 @@ func markManifests(ctx context.Context, repository distribution.Repository, mani
 
// swap repo phase
err = manifestEnumerator.Enumerate(ctx, func(dgst digest.Digest) error {
logrus.Infoln(repoName, ": mark manifest", dgst)
_, ok := manifestsSet[dgst]
if ok {
// Mark the manifest's blob
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment