Skip to content

Commit

Permalink
remove isDevelopingAddon hook
Browse files Browse the repository at this point in the history
  • Loading branch information
algodave committed Jun 7, 2016
1 parent 4a53653 commit 8358b35
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 @@ -4,10 +4,6 @@
module.exports = {
name: 'ember-g-recaptcha',

isDevelopingAddon: function() {
return true;
},

contentFor: function(type, config) {
let content = '';
if (type === 'head') {
Expand Down

0 comments on commit 8358b35

Please sign in to comment.