Browse Source

removes debug log.

Leonard Gram 7 năm trước cách đây
mục cha
commit
97a3a4f33a
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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)