mirror of
https://github.com/safing/portbase
synced 2025-09-01 10:09:50 +00:00
Remove debug msgs
This commit is contained in:
parent
c26b18edb4
commit
8c1f2fcbe8
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue