mirror of
https://github.com/safing/portbase
synced 2025-09-01 01:59:48 +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
|
||||
}
|
||||
|
||||
log.Errorf("handler: %+v", handler)
|
||||
apiEndpoint, ok = handler.(*Endpoint)
|
||||
log.Errorf("apiEndpoint: %+v", apiEndpoint)
|
||||
if ok {
|
||||
// Cache for next operation.
|
||||
apiRequest.HandlerCache = apiEndpoint
|
||||
|
|
Loading…
Add table
Reference in a new issue