mirror of
https://github.com/grafana/grafana.git
synced 2026-09-05 04:40:13 -05:00
Removed console.log
This commit is contained in:
@@ -333,7 +333,6 @@ function (angular, _, dateMath) {
|
|||||||
|
|
||||||
if (!_.isEmpty(md.tags)) {
|
if (!_.isEmpty(md.tags)) {
|
||||||
_.each(_.toPairs(md.tags), function(tag) {
|
_.each(_.toPairs(md.tags), function(tag) {
|
||||||
console.log(tag);
|
|
||||||
if (_.has(groupByTags, tag[0])) {
|
if (_.has(groupByTags, tag[0])) {
|
||||||
tagData.push(tag[0] + "=" + tag[1]);
|
tagData.push(tag[0] + "=" + tag[1]);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user