mirror of
https://github.com/discourse/discourse.git
synced 2025-04-25 23:04:31 +08:00
TRIVIAL: Remove log statement
This commit is contained in:
parent
f247ea89b0
commit
e5059137d0
@ -35,7 +35,6 @@ export default function(filter, params) {
|
||||
if (Em.isNone(model.get('parentCategory')) && Discourse.SiteSettings.show_subcategory_list) {
|
||||
var self = this;
|
||||
return Discourse.CategoryList.listForParent(model).then(function(list) {
|
||||
console.log('loaded list');
|
||||
self._categoryList = list;
|
||||
});
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user