From 9b83527accf1d5cbe3f35858c34737695675d9d8 Mon Sep 17 00:00:00 2001 From: cryptooda Date: Thu, 1 Jan 2026 22:31:09 +0700 Subject: [PATCH] Remove console.log for user --- src/Managing.Web3Proxy/src/plugins/custom/privy.ts | 2 -- 1 file changed, 2 deletions(-) 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) =>