Removing debug statement

Signed-off-by: Matt Farina <matt.farina@suse.com>
pull/31372/head
Matt Farina 11 months ago
parent a229bf6529
commit ab6e7fa58b

@ -145,7 +145,6 @@ func (s statusPrinter) WriteTable(out io.Writer) error {
return nil return nil
} }
rel := s.getV1Release() rel := s.getV1Release()
fmt.Printf("%+v", rel)
_, _ = fmt.Fprintf(out, "NAME: %s\n", rel.Name) _, _ = fmt.Fprintf(out, "NAME: %s\n", rel.Name)
if !rel.Info.LastDeployed.IsZero() { if !rel.Info.LastDeployed.IsZero() {
_, _ = fmt.Fprintf(out, "LAST DEPLOYED: %s\n", rel.Info.LastDeployed.Format(time.ANSIC)) _, _ = fmt.Fprintf(out, "LAST DEPLOYED: %s\n", rel.Info.LastDeployed.Format(time.ANSIC))

Loading…
Cancel
Save