mirror of
https://github.com/grafana/grafana.git
synced 2025-01-09 23:53:25 -06:00
Removed console.log
This commit is contained in:
parent
cc3b928708
commit
6638605fd1
@ -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…
Reference in New Issue
Block a user