Remove extra debugging statement from influx queries

pull/10616/head
Chris Goller 2017-12-19 13:48:56 -06:00
parent 6162a34b8f
commit ee2dee6c0f
1 changed files with 0 additions and 1 deletions

View File

@ -61,7 +61,6 @@ func (s *Service) Influx(w http.ResponseWriter, r *http.Request) {
return
}
fmt.Printf("\n\n%#+v\n\n", req)
response, err := ts.Query(ctx, req)
if err != nil {
if err == chronograf.ErrUpstreamTimeout {