DEV: enable no-alert & no-console eslint rules

This commit is contained in:
Régis Hanol
2018-11-14 23:17:56 +01:00
parent 5852fe7975
commit 0f5aeab003
16 changed files with 87 additions and 80 deletions

View File

@ -11,7 +11,6 @@ export default Ember.Controller.extend({
})
.then(result => {
this.set("loadingFlags", false);
console.log(result);
this.set("flaggedPosts", result);
});
}