diff --git a/pkg/routes/readiness.go b/pkg/routes/readiness.go index 1c30ab5db..10859f126 100644 --- a/pkg/routes/readiness.go +++ b/pkg/routes/readiness.go @@ -47,7 +47,6 @@ func GetReadinessStatus(g WebGetter) http.HandlerFunc { }) } else { w.WriteHeader(http.StatusOK) - log.Debug("Readiness probe succeeded.") respondWithJSONBody(w, nil, ReadinessStatus{ Readiness: "ready", })