Commit eb0396ad by bergquist

chore(tsdb): remove some logging

parent 015423b2
......@@ -47,8 +47,6 @@ func (e *GraphiteExecutor) Execute(queries tsdb.QuerySlice, context *tsdb.QueryC
formData["target"] = []string{query.Query}
}
glog.Info("Graphite request body", "formdata", formData.Encode())
req, err := e.createRequest(formData)
if err != nil {
result.Error = err
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment