This commit is contained in:
Guo Xiang Tan 2016-01-05 09:52:53 +08:00
parent a549229a0d
commit 0096efadc8
1 changed files with 0 additions and 2 deletions

View File

@ -264,8 +264,6 @@ export default Ember.Component.extend({
var data = [];
Category.listByActivity().some(category => {
console.log(category);
if (category.get('name').match(regexp)) {
count++;
data.push(category);