mirror of
https://github.com/discourse/discourse.git
synced 2025-06-06 02:54:41 +08:00
DEV: enable no-alert & no-console eslint rules
This commit is contained in:
@ -11,7 +11,6 @@ export default Ember.Controller.extend({
|
||||
})
|
||||
.then(result => {
|
||||
this.set("loadingFlags", false);
|
||||
console.log(result);
|
||||
this.set("flaggedPosts", result);
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user