mirror of
https://github.com/discourse/discourse.git
synced 2026-09-05 04:40:41 -05:00
💣
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user