Commit 6d78d69c by Rashid Khan

removed console.log statement

parent 18c70835
......@@ -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;
})
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment