mirror of
https://github.com/grafana/grafana.git
synced 2024-12-29 10:21:41 -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}
|
||||
}
|
||||
|
||||
glog.Info("Graphite request body", "formdata", formData.Encode())
|
||||
|
||||
req, err := e.createRequest(formData)
|
||||
if err != nil {
|
||||
result.Error = err
|
||||
|
Loading…
Reference in New Issue
Block a user