remove debug log

This commit is contained in:
Riccardo Balbo 2024-10-15 15:12:42 +02:00 committed by k00b
parent 4fce6fa234
commit 06afe2cda2
1 changed files with 0 additions and 1 deletions

View File

@ -244,7 +244,6 @@ export function openVault (apollo, user, owner) {
nextFetchPolicy: 'no-cache',
fetchPolicy: 'no-cache'
})
console.log(queriedData)
if (queriedError) throw queriedError
const encryptedVaultValue = queriedData?.getVaultEntry?.value
if (encryptedVaultValue) {