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
|
// Note normally you don't have to trigger this, but topic titles can be updated
|
||||||
// and are sometimes lazily loaded.
|
// and are sometimes lazily loaded.
|
||||||
console.log(title);
|
|
||||||
this.send('refreshTitle');
|
this.send('refreshTitle');
|
||||||
}
|
}
|
||||||
}.observes('title'),
|
}.observes('title'),
|
||||||
|
|
Loading…
Reference in New Issue