1
0
mirror of https://github.com/rancher/steve.git synced 2025-09-01 07:27:46 +00:00

Remove noisy logging

This commit is contained in:
Darren Shepherd
2021-05-20 12:10:28 -07:00
parent dde5805b76
commit 52f86dce9b
2 changed files with 0 additions and 5 deletions

View File

@@ -154,7 +154,6 @@ func (h *handler) refreshAll(ctx context.Context) error {
return nil
}
logrus.Info("Refreshing all schemas")
schemas, err := converter.ToSchemas(h.crd, h.client)
if err != nil {
return err