Remove commented out line

This commit is contained in:
Robin Ward
2016-03-15 12:52:07 -04:00
parent 243c5a74ce
commit 32c5342e1d
@@ -49,7 +49,6 @@ export default Ember.Component.extend({
const topic = this.get('topics').findProperty('id', parseInt(topicId));
this.sendAction('postsAction', {topic, position: target.offset()});
// this.container.lookup('controller:application').send("showTopicEntrance", {topic, position: target.offset()});
}
return false;
}