Merge pull request #95899 from SergeyKanzhelev/removeCommentFollowUp

cleanup of leftover part of a comment. Follow up for #94109
This commit is contained in:
Kubernetes Prow Robot 2020-11-02 16:16:15 -08:00 committed by GitHub
commit 0540ce50ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2151,7 +2151,6 @@ func (kl *Kubelet) updateRuntimeUp() {
return
}
// Periodically log the whole runtime status for debugging.
// condition is unmet.
klog.V(4).Infof("Container runtime status: %v", s)
networkReady := s.GetRuntimeCondition(kubecontainer.NetworkReady)
if networkReady == nil || !networkReady.Status {