Remove console.log for user

This commit is contained in:
2026-01-01 22:31:09 +07:00
parent 7091db99f0
commit 9b83527acc

View File

@@ -1106,8 +1106,6 @@ export const getWalletBalanceImpl = async (
throw new Error(`User not found for wallet address: ${address}`); throw new Error(`User not found for wallet address: ${address}`);
} }
console.log('User:', user);
// Find the embedded wallet for this address // Find the embedded wallet for this address
const embeddedWallet = user.linked_accounts.find( const embeddedWallet = user.linked_accounts.find(
(account: any) => (account: any) =>