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',
|
nextFetchPolicy: 'no-cache',
|
||||||
fetchPolicy: 'no-cache'
|
fetchPolicy: 'no-cache'
|
||||||
})
|
})
|
||||||
console.log(queriedData)
|
|
||||||
if (queriedError) throw queriedError
|
if (queriedError) throw queriedError
|
||||||
const encryptedVaultValue = queriedData?.getVaultEntry?.value
|
const encryptedVaultValue = queriedData?.getVaultEntry?.value
|
||||||
if (encryptedVaultValue) {
|
if (encryptedVaultValue) {
|
||||||
|
|
Loading…
Reference in New Issue