mirror of
https://github.com/containers/podman.git
synced 2025-10-18 03:33:32 +08:00
Remove debug message
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
@ -99,8 +99,6 @@ func (i *LibpodAPI) GetImage(call iopodman.VarlinkCall, id string) error {
|
|||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
|
||||||
fmt.Println("DAN isReadOnly %d", newImage.IsReadOnly())
|
|
||||||
|
|
||||||
il := iopodman.Image{
|
il := iopodman.Image{
|
||||||
Id: newImage.ID(),
|
Id: newImage.ID(),
|
||||||
ParentId: newImage.Parent,
|
ParentId: newImage.Parent,
|
||||||
|
Reference in New Issue
Block a user