mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-04-10 22:14:35 -04:00
TRIVIAL: Remove log statement
This commit is contained in:
parent
f247ea89b0
commit
e5059137d0
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue