Skip to content

Commit

Permalink
remove isDevelopingAddon hook
Browse files Browse the repository at this point in the history
Having this always return `true` was causing linting issues in other apps/addons tests.
  • Loading branch information
jbailey4 authored Jul 30, 2018
1 parent 3065b51 commit d3aba32
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -150,9 +150,5 @@ module.exports = {
}

return except;
},

isDevelopingAddon() {
return true;
}
};

0 comments on commit d3aba32

Please sign in to comment.