Skip to content

Commit

Permalink
[Yield-Aggregator] remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
nampc1 committed Oct 26, 2023
1 parent 26403a9 commit 5d657dd
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2037,11 +2037,6 @@ export default class KoniExtension {

maxTransferable = maxTransferable.sub(new BN(estimatedFee));

console.log('freeBalance', freeBalance.value);
console.log('estimatedFee', estimatedFee);
console.log('ED', tokenInfo.minAmount);
console.log('maxTransferable', maxTransferable.toString());

return {
...freeBalance,
value: maxTransferable.gt(BN_ZERO) ? (maxTransferable.toString() || '0') : '0'
Expand Down Expand Up @@ -4016,8 +4011,6 @@ export default class KoniExtension {
substrateApiMap: this.#koniState.getSubstrateApiMap()
};

return [];

return validateYieldProcess(
inputData.address,
params,
Expand Down

0 comments on commit 5d657dd

Please sign in to comment.