diff options
| author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-07-21 09:56:07 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-07-21 09:56:07 +0200 |
| commit | d6b41eb393c154eaff79b4fdcb04c7510a6fdb20 (patch) | |
| tree | 257b57875dfc22d4a07b8a0e6439f1587fae7bc0 | |
| parent | a5aa44c583612e210cf2ba44c3313a2ff27c94da (diff) | |
| parent | f7f66f6a88ce308e767ccad58b1de4c024c2170a (diff) | |
| download | podman-d6b41eb393c154eaff79b4fdcb04c7510a6fdb20.tar.gz podman-d6b41eb393c154eaff79b4fdcb04c7510a6fdb20.tar.bz2 podman-d6b41eb393c154eaff79b4fdcb04c7510a6fdb20.zip | |
Merge pull request #3611 from rhatdan/dan
Remove debug message
| -rw-r--r-- | pkg/varlinkapi/images.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/pkg/varlinkapi/images.go b/pkg/varlinkapi/images.go index 0ead1c23d..739a3e582 100644 --- a/pkg/varlinkapi/images.go +++ b/pkg/varlinkapi/images.go @@ -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, |
