mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: Jshint
This commit is contained in:
@@ -592,7 +592,6 @@ export default ObjectController.extend(SelectedPostsCount, BufferedContent, {
|
||||
|
||||
const self = this;
|
||||
this.messageBus.subscribe("/topic/" + this.get('model.id'), function(data) {
|
||||
console.log(data);
|
||||
const topic = self.get('model');
|
||||
|
||||
if (data.notification_level_change) {
|
||||
|
||||
Reference in New Issue
Block a user