mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-04-24 20:07:51 +00:00
remove logs
This commit is contained in:
parent
37bd52aefa
commit
9b0a45858d
@ -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(
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user