Do not log

This commit is contained in:
Seth Vargo 2016-11-29 18:55:34 -05:00
parent 1c55429a38
commit 2542c92b59
No known key found for this signature in database
GPG Key ID: 905A90C2949E8787
1 changed files with 0 additions and 2 deletions

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