Remove debug message

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
Daniel J Walsh
2019-07-20 16:20:42 -04:00
parent 02140ea7d1
commit f7f66f6a88

View File

@ -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,