Skip to content

Commit ade3b25

Browse files
committed
[DDW-1076] Clean up logs
1 parent a618aa5 commit ade3b25

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

source/renderer/app/stores/HardwareWalletsStore.ts

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -632,18 +632,6 @@ export default class HardwareWalletsStore extends Store {
632632
const { amount: totalAmount, availableAmount, reward } = wallet;
633633

634634
try {
635-
logger.debug('AdaApi::selectCoins::HW Store', {
636-
walletId,
637-
walletBalance: totalAmount,
638-
availableBalance: availableAmount.plus(reward),
639-
rewardsBalance: reward,
640-
payments: {
641-
address,
642-
amount,
643-
assets,
644-
},
645-
metadata,
646-
});
647635
this.selectCoinsRequest.reset();
648636
// @ts-ignore ts-migrate(1320) FIXME: Type of 'await' operand must either be a valid pro... Remove this comment to see the full error message
649637
const coinSelection: CoinSelectionsResponse = await this.selectCoinsRequest.execute(

0 commit comments

Comments
 (0)