diff --git a/src/Managing.Web3Proxy/src/plugins/custom/privy.ts b/src/Managing.Web3Proxy/src/plugins/custom/privy.ts index 236fee1e..24bbbdc8 100644 --- a/src/Managing.Web3Proxy/src/plugins/custom/privy.ts +++ b/src/Managing.Web3Proxy/src/plugins/custom/privy.ts @@ -1106,8 +1106,6 @@ export const getWalletBalanceImpl = async ( throw new Error(`User not found for wallet address: ${address}`); } - console.log('User:', user); - // Find the embedded wallet for this address const embeddedWallet = user.linked_accounts.find( (account: any) =>