diff --git a/app/components/add-contributor/component.js b/app/components/add-contributor/component.js index 29165b5..36a68b2 100644 --- a/app/components/add-contributor/component.js +++ b/app/components/add-contributor/component.js @@ -52,7 +52,6 @@ export default Ember.Component.extend({ this.get('kredits').addContributor( this.get('address'), this.get('realName'), - '', // TODO: this.get('ipfsHash') this.get('isCore'), this.get('id') ).then(contributor => {