mirror of
https://github.com/containers/podman.git
synced 2025-10-16 18:53:19 +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
|
||||
}
|
||||
|
||||
fmt.Println("DAN isReadOnly %d", newImage.IsReadOnly())
|
||||
|
||||
il := iopodman.Image{
|
||||
Id: newImage.ID(),
|
||||
ParentId: newImage.Parent,
|
||||
|
Reference in New Issue
Block a user