Remove debug msgs

This commit is contained in:
Daniel 2021-05-12 15:37:03 +02:00
parent c26b18edb4
commit 8c1f2fcbe8

View file

@ -128,9 +128,7 @@ func getAPIContext(r *http.Request) (apiEndpoint *Endpoint, apiRequest *Request)
return nil, apiRequest return nil, apiRequest
} }
log.Errorf("handler: %+v", handler)
apiEndpoint, ok = handler.(*Endpoint) apiEndpoint, ok = handler.(*Endpoint)
log.Errorf("apiEndpoint: %+v", apiEndpoint)
if ok { if ok {
// Cache for next operation. // Cache for next operation.
apiRequest.HandlerCache = apiEndpoint apiRequest.HandlerCache = apiEndpoint