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