From 09aa8a5669516c04d35988b399f8bf1a3aa8754a Mon Sep 17 00:00:00 2001 From: Sebastian Kippe Date: Sun, 19 Feb 2017 11:15:18 +0800 Subject: [PATCH] Remove obsolete TODO --- app/components/add-contributor/component.js | 1 - 1 file changed, 1 deletion(-) 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 => {