remove debug log
This commit is contained in:
parent
4fce6fa234
commit
06afe2cda2
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue