Skip to content

Commit

Permalink
Drop debug prints
Browse files Browse the repository at this point in the history
Signed-off-by: Itxaka <[email protected]>
  • Loading branch information
Itxaka committed Jun 20, 2023
1 parent df990bf commit 03c6a9b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions utils/image.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,8 @@ func getimage(ref name.Reference, platform v1.Platform) (v1.Image, error) {
)

image, err = daemon.Image(ref)
fmt.Println("lo")

if err != nil {
fmt.Println("re")
image, err = remote.Image(ref,
remote.WithTransport(tr),
remote.WithPlatform(platform),
Expand Down

0 comments on commit 03c6a9b

Please sign in to comment.