Skip to content

Commit

Permalink
remove testing line
Browse files Browse the repository at this point in the history
  • Loading branch information
mjadach-iv committed Jan 15, 2025
1 parent 53bd4c9 commit e5b0a41
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions src/components/Modal/node/WithdrawModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -104,19 +104,6 @@ const WithdrawModal = ({ initialCurrency }: WithdrawModalProps) => {
set_openModal(false);
};

// Testing:
useEffect(() => {
console.log({
recipient,
amount,
withdrawingZeroOrLess,
withdrawingMoreThanTheWallet,
' parseEther(amount)': parseEther(amount),
'parseEther(maxAmount)': parseEther(maxAmount),
native: nativeBalance,
});
}, [recipient, amount, withdrawingZeroOrLess, withdrawingMoreThanTheWallet, maxAmount, nativeBalance]);

const setAmount = () => {
setMaxAmount();
if (currency === 'HOPR' && hoprBalance.formatted) {
Expand Down

0 comments on commit e5b0a41

Please sign in to comment.