diff --git a/framework/core/js/forum/src/components/DiscussionList.js b/framework/core/js/forum/src/components/DiscussionList.js index c38001580..18b0e0987 100644 --- a/framework/core/js/forum/src/components/DiscussionList.js +++ b/framework/core/js/forum/src/components/DiscussionList.js @@ -37,12 +37,6 @@ export default class DiscussionList extends Component { this.discussions = []; this.refresh(); - - app.session.on('loggedIn', this.loggedInHandler = this.refresh.bind(this)); - } - - onunload() { - app.session.off('loggedIn', this.loggedInHandler); } view() {