mirror of
https://github.com/kairos-io/kairos-sdk.git
synced 2025-08-18 06:57:56 +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)
|
image, err = daemon.Image(ref)
|
||||||
fmt.Println("lo")
|
|
||||||
|
|
||||||
if err != nil {
|
if err != nil {
|
||||||
fmt.Println("re")
|
|
||||||
image, err = remote.Image(ref,
|
image, err = remote.Image(ref,
|
||||||
remote.WithTransport(tr),
|
remote.WithTransport(tr),
|
||||||
remote.WithPlatform(platform),
|
remote.WithPlatform(platform),
|
||||||
|
Loading…
Reference in New Issue
Block a user