remove f.PrintObjectSpecificMessage

This commit is contained in:
juanvallejo
2018-02-20 14:49:19 -05:00
parent b114a117f8
commit e3d81517ae
6 changed files with 0 additions and 77 deletions

View File

@@ -213,9 +213,6 @@ func (o *CreateOptions) RunCreate(f cmdutil.Factory, cmd *cobra.Command) error {
if len(output) > 0 && !shortOutput {
return cmdutil.PrintObject(cmd, info.Object, o.Out)
}
if !shortOutput {
f.PrintObjectSpecificMessage(info.Object, o.Out)
}
cmdutil.PrintSuccess(shortOutput, o.Out, info.Object, dryRun, "created")
return nil