Skip to content

Commit

Permalink
Remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Rashid Khan committed Feb 3, 2014
1 parent 496585c commit 0ade329
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/app/services/kbnIndex.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,7 @@ function (angular, _, config, moment) {
var indices = _.uniq(_.flatten(_.map(possible,function(possibleIndex) {
return _.intersection(possibleIndex.split(','),p);
})));

indices.reverse();
console.log(indices);

return indices;
});
};
Expand Down

0 comments on commit 0ade329

Please sign in to comment.