removed console.log statement

This commit is contained in:
Rashid Khan 2013-02-15 15:55:04 -07:00
parent 18c7083548
commit 6d78d69c07

View File

@ -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;
})
};