TRIVIAL: Remove log statement

This commit is contained in:
Robin Ward 2014-07-03 11:32:10 -04:00
parent f247ea89b0
commit e5059137d0
1 changed files with 0 additions and 1 deletions

View File

@ -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;
});
}