Skip to content

Commit

Permalink
Remove acccidental console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
eviltrout committed Oct 15, 2014
1 parent 224f503 commit 022ca25
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/assets/javascripts/discourse/controllers/topic.js.es6
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ export default ObjectController.extend(Discourse.SelectedPostsCount, {

// Note normally you don't have to trigger this, but topic titles can be updated
// and are sometimes lazily loaded.
console.log(title);
this.send('refreshTitle');
}
}.observes('title'),
Expand Down

0 comments on commit 022ca25

Please sign in to comment.