mirror of
https://github.com/kairos-io/kairos-sdk.git
synced 2025-04-28 03:20:52 +00:00
Drop debug prints
Signed-off-by: Itxaka <itxaka.garcia@spectrocloud.com>
This commit is contained in:
parent
df990bf49a
commit
03c6a9b8f5
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user