diff --git a/internal/api/node.go b/internal/api/node.go index cab33452..5032ed7b 100644 --- a/internal/api/node.go +++ b/internal/api/node.go @@ -113,8 +113,6 @@ func (api *RestAPI) updateNodeStates(rw http.ResponseWriter, r *http.Request) { } } - fmt.Printf("Result: %#v\n", healthResults) - cclog.Debugf("Timer updateNodeStates, MemStore HealthCheck: %s", time.Since(startMs)) startDB := time.Now()