removed console.log statement

pull/7/head
Rashid Khan 13 years ago
parent 18c7083548
commit 6d78d69c07
  1. 1
      panels/timepicker/module.js

@ -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…
Cancel
Save