Browse Source

removes debug log.

Leonard Gram 7 years ago
parent
commit
97a3a4f33a
1 changed files with 0 additions and 1 deletions
  1. 0 1
      pkg/api/dataproxy.go

+ 0 - 1
pkg/api/dataproxy.go

@@ -55,7 +55,6 @@ func (hs *HTTPServer) ProxyDataSourceRequest(c *m.ReqContext) {
 
 	dsId := c.ParamsInt64(":id")
 	ds, err := hs.getDatasourceFromCache(dsId, c)
-	hs.log.Debug("We are in the ds proxy", "dsId", dsId)
 
 	if err != nil {
 		c.JsonApiErr(500, "Unable to load datasource meta data", err)