Remove extra debugging statement from influx queries
parent
6162a34b8f
commit
ee2dee6c0f
|
@ -61,7 +61,6 @@ func (s *Service) Influx(w http.ResponseWriter, r *http.Request) {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
fmt.Printf("\n\n%#+v\n\n", req)
|
|
||||||
response, err := ts.Query(ctx, req)
|
response, err := ts.Query(ctx, req)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
if err == chronograf.ErrUpstreamTimeout {
|
if err == chronograf.ErrUpstreamTimeout {
|
||||||
|
|
Loading…
Reference in New Issue