Remove debug logs

The classes from the library should be less noisy
This commit is contained in:
2018-04-19 00:23:28 +02:00
parent d5e68e1639
commit 8b0df655e8
3 changed files with 0 additions and 5 deletions

View File

@@ -49,7 +49,6 @@ class Contributor extends Base {
contributorAttr.isCore,
];
console.log('[kredits] addContributor', ...contributor);
return this.functions.addContributor(...contributor);
});
}

View File

@@ -49,7 +49,6 @@ class Operator extends Base {
ipfsHashAttr.hashSize,
];
console.log('[kredits] addProposal', ...proposal);
return this.functions.addProposal(...proposal);
});
}