Skip to content

Commit 0859c7c

Browse files
authored
Merge pull request #93 from ChainSafe/irubido/removeConsoleError
remove console error from snap
2 parents 7dffbe0 + 57ea54d commit 0859c7c

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)