diff --git a/src/background-cases.ts b/src/background-cases.ts index 98aabf4..07034d2 100644 --- a/src/background-cases.ts +++ b/src/background-cases.ts @@ -232,7 +232,6 @@ export async function userInfoCase(request, event) { export async function decryptWalletCase(request, event) { try { const { password, wallet } = request.payload; - console.log('wallet', wallet) const response = await decryptWallet({password, wallet, walletVersion: wallet?.version || walletVersion}); event.source.postMessage( {