Remove obsolete TODO

This commit is contained in:
2017-02-19 11:15:18 +08:00
parent 01c1a9c804
commit 09aa8a5669
@@ -52,7 +52,6 @@ export default Ember.Component.extend({
this.get('kredits').addContributor( this.get('kredits').addContributor(
this.get('address'), this.get('address'),
this.get('realName'), this.get('realName'),
'', // TODO: this.get('ipfsHash')
this.get('isCore'), this.get('isCore'),
this.get('id') this.get('id')
).then(contributor => { ).then(contributor => {