mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
removed console.log statement
This commit is contained in:
parent
18c7083548
commit
6d78d69c07
@ -197,7 +197,6 @@ angular.module('kibana.timepicker', [])
|
||||
|
||||
return all_indices().then(function(p) {
|
||||
var indices = _.intersection(p,possible);
|
||||
console.log(indices)
|
||||
return indices.length == 0 ? [$scope.panel.defaultindex] : indices;
|
||||
})
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user