Get rid of output line that break automated usage of kubectl set image (fix #35105)

This commit is contained in:
Ilya Dmitrichenko
2016-10-19 13:13:20 +01:00
parent cbe65701a2
commit 2494462e5f

View File

@@ -199,7 +199,6 @@ func (o *ImageOptions) Run() error {
}
if o.Local {
fmt.Fprintln(o.Out, "running in local mode...")
return o.PrintObject(o.Cmd, o.Mapper, info.Object, o.Out)
}