diff --git a/health/health_test.go b/health/health_test.go index 65a5d79ce..8107c1cf0 100644 --- a/health/health_test.go +++ b/health/health_test.go @@ -186,10 +186,8 @@ func TestSetUnhealthyWithTimeToVisible(t *testing.T) { } if us != nil { - t.Logf("watcherFunc was called with an UnhealthyState: %v", us) becameUnhealthy <- struct{}{} } else { - t.Logf("watcherFunc was called with an healthy state: %v", us) becameHealthy <- struct{}{} } }