remove logs

This commit is contained in:
PhilReact 2024-12-20 00:15:33 +02:00
parent 37bd52aefa
commit 9b0a45858d

View File

@ -232,7 +232,6 @@ export async function userInfoCase(request, event) {
export async function decryptWalletCase(request, event) { export async function decryptWalletCase(request, event) {
try { try {
const { password, wallet } = request.payload; const { password, wallet } = request.payload;
console.log('wallet', wallet)
const response = await decryptWallet({password, wallet, walletVersion: wallet?.version || walletVersion}); const response = await decryptWallet({password, wallet, walletVersion: wallet?.version || walletVersion});
event.source.postMessage( event.source.postMessage(
{ {