Removed console.log

pull/6257/head
utkarshcmu 9 years ago
parent cc3b928708
commit 6638605fd1
  1. 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]);
}

Loading…
Cancel
Save