Merge pull request #3611 from rhatdan/dan

Remove debug message
This commit is contained in:
OpenShift Merge Robot 2019-07-21 09:56:07 +02:00 committed by GitHub
commit d6b41eb393
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

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,