Oops, left in another console.log :)

This commit is contained in:
Robin Ward 2013-07-25 16:06:58 -04:00
parent 0317cf9608
commit 9edd163228
1 changed files with 0 additions and 2 deletions

View File

@ -115,8 +115,6 @@ Discourse.TopicList.reopenClass({
users = this.extractByKey(result.users, Discourse.User);
topics = Em.A();
console.log(result.topic_list);
_.each(result.topic_list.topics,function(ft) {
ft.category = categories[ft.category_id];
_.each(ft.posters,function(p) {