mirror of
https://github.com/status-im/consul.git
synced 2025-01-22 03:29:43 +00:00
Do not log
This commit is contained in:
parent
4179aacf11
commit
190249424b
@ -2,7 +2,6 @@ package api
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"log"
|
||||
"strings"
|
||||
)
|
||||
|
||||
@ -63,7 +62,6 @@ func (c HealthChecks) AggregatedStatus() string {
|
||||
case HealthCritical:
|
||||
critical = true
|
||||
default:
|
||||
log.Printf("[WARN] unknown status %q", check.Status)
|
||||
return ""
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user