diff --git a/web/api/v1/api.go b/web/api/v1/api.go index 28d0681b6..0df2ca9fe 100644 --- a/web/api/v1/api.go +++ b/web/api/v1/api.go @@ -320,7 +320,6 @@ func (api *API) labelValues(r *http.Request) (interface{}, *apiError) { } defer q.Close() - // TODO(fabxc): add back request context. vals, err := q.LabelValues(name) if err != nil { return nil, &apiError{errorExec, err}