Skip to content

Commit

Permalink
Remove comments
Browse files Browse the repository at this point in the history
Signed-off-by: Yuri Shkuro <github@ysh.us>
  • Loading branch information
yurishkuro committed Dec 20, 2020
1 parent 69d5bac commit b48d3b7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cmd/collector/app/zipkin/http_handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,6 @@ func (aH *APIHandler) saveSpans(w http.ResponseWriter, r *http.Request) {
return
}
if err != nil {
// CodeQL seems to produce false-positive vulnerability warning.
// https://github.com/github/codeql/issues/4853
safeErr := html.EscapeString(err.Error())
http.Error(w, fmt.Sprintf(handler.UnableToReadBodyErrFormat, safeErr), http.StatusBadRequest)
return
Expand Down

0 comments on commit b48d3b7

Please sign in to comment.