mirror of
https://github.com/grafana/grafana.git
synced 2025-08-02 23:53:10 +08:00
chore(tsdb): remove some logging
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user