FIX: Jshint

This commit is contained in:
Robin Ward 2015-07-27 10:39:28 -04:00
parent c5ec6a6f89
commit 0d417611a6
1 changed files with 0 additions and 1 deletions

View File

@ -592,7 +592,6 @@ export default ObjectController.extend(SelectedPostsCount, BufferedContent, {
const self = this; const self = this;
this.messageBus.subscribe("/topic/" + this.get('model.id'), function(data) { this.messageBus.subscribe("/topic/" + this.get('model.id'), function(data) {
console.log(data);
const topic = self.get('model'); const topic = self.get('model');
if (data.notification_level_change) { if (data.notification_level_change) {