Remove acccidental `console.log`

This commit is contained in:
Robin Ward 2014-10-15 14:37:14 -04:00
parent 224f503e6f
commit 022ca25fea
1 changed files with 0 additions and 1 deletions

View File

@ -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'),