Browse Source

Removed console.log

utkarshcmu 9 năm trước cách đây
mục cha
commit
6638605fd1
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      public/app/plugins/datasource/opentsdb/datasource.js

+ 0 - 1
public/app/plugins/datasource/opentsdb/datasource.js

@@ -333,7 +333,6 @@ function (angular, _, dateMath) {
 
       if (!_.isEmpty(md.tags)) {
         _.each(_.toPairs(md.tags), function(tag) {
-          console.log(tag);
           if (_.has(groupByTags, tag[0])) {
             tagData.push(tag[0] + "=" + tag[1]);
           }