lint and polish

This commit is contained in:
Michael Quigley
2022-08-05 14:34:39 -04:00
parent 17038dc4e7
commit df59bb7dcf
3 changed files with 15 additions and 6 deletions

View File

@ -38,7 +38,6 @@ func overviewHandler(_ metadata.OverviewParams, principal *rest_model_zrok.Princ
},
}
for _, svc := range svcs {
logrus.Infof("active = %t", svc.Active)
es.Services = append(es.Services, &rest_model_zrok.Service{
Active: svc.Active,
CreatedAt: svc.CreatedAt.String(),