Skip to content

Commit 57ea54d

Browse files
committed
remove console error from snap
1 parent 7dffbe0 commit 57ea54d

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

packages/snap/snap.manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"url": "https://github.com/ChainSafe/WebZjs.git"
88
},
99
"source": {
10-
"shasum": "kF01k16izYSjCweSFMJBg0hcaJq89Ngegf17gcSt+Tg=",
10+
"shasum": "1blKtIhssnago+7w9eiBc33Ztr1pmSK+Aikkj+tanZk=",
1111
"location": {
1212
"npm": {
1313
"filePath": "dist/bundle.js",

packages/snap/src/rpc/getViewingKey.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ export async function getViewingKey(
4040

4141
return viewingKey
4242
} catch (error) {
43-
console.error('Error generating Viewing Key:', error);
4443
throw new Error('Failed to generate Viewing Key');
4544
}
4645
}

0 commit comments

Comments
 (0)