Do not log

This commit is contained in:
Seth Vargo 2016-11-29 18:55:34 -05:00
parent 4179aacf11
commit 190249424b
No known key found for this signature in database
GPG Key ID: 905A90C2949E8787

View File

@ -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 ""
}
}