Skip to content

Commit

Permalink
removed fmt.Println
Browse files Browse the repository at this point in the history
  • Loading branch information
Skarlso committed Dec 16, 2024
1 parent 2835b38 commit 7358582
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions api/oci/extensions/repositories/ocireg/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,6 @@ func pushData(ctx context.Context, p regclient.Pusher, desc artdesc.Descriptor,
desc.Size = -1
}

fmt.Println("pushData: ", desc, key)

logging.Logger().Debug("*** push blob", "mediatype", desc.MediaType, "digest", desc.Digest, "key", key)
req, err := p.Push(ctx, desc, data)
if err != nil {
Expand Down

0 comments on commit 7358582

Please sign in to comment.