Skip to content
Snippets Groups Projects
Unverified Commit 08a4e069 authored by Conor Broderick's avatar Conor Broderick Committed by GitHub
Browse files

Merge pull request #3556 from prometheus/remove-obsolete-todo

Remove obsolete TODO in API code
parents 35c1926d ab11a457
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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}
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment