Remove acccidental `console.log`
This commit is contained in:
parent
224f503e6f
commit
022ca25fea
|
@ -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'),
|
||||
|
|
Loading…
Reference in New Issue