mirror of
https://github.com/grafana/grafana.git
synced 2025-01-01 11:47:05 -06:00
chore(tsdb): remove some logging
This commit is contained in:
parent
015423b233
commit
eb0396ad95
@ -47,8 +47,6 @@ func (e *GraphiteExecutor) Execute(queries tsdb.QuerySlice, context *tsdb.QueryC
|
|||||||
formData["target"] = []string{query.Query}
|
formData["target"] = []string{query.Query}
|
||||||
}
|
}
|
||||||
|
|
||||||
glog.Info("Graphite request body", "formdata", formData.Encode())
|
|
||||||
|
|
||||||
req, err := e.createRequest(formData)
|
req, err := e.createRequest(formData)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
result.Error = err
|
result.Error = err
|
||||||
|
Loading…
Reference in New Issue
Block a user