run duplicated print statements

podman run would print "Trying to pull..." twice
when pulling an image to create a container.

Signed-off-by: umohnani8 <umohnani@redhat.com>

Closes: #154
Approved by: rhatdan
This commit is contained in:
umohnani8
2017-12-18 21:43:05 -05:00
committed by Atomic Bot
parent 0a2f426ceb
commit c0432eb0e8

View File

@ -44,7 +44,6 @@ func runCmd(c *cli.Context) error {
if createImage.LocalName == "" {
// The image wasnt found by the user input'd name or its fqname
// Pull the image
fmt.Printf("Trying to pull %s...", createImage.PullName)
createImage.Pull()
}