We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9763243 commit 481dc74Copy full SHA for 481dc74
account-kit/rn-signer/src/client.ts
@@ -325,8 +325,6 @@ export class RNSignerClient extends BaseSignerClient<ExportWalletParams> {
325
const keyId = `export_key_${Date.now()}`;
326
this.storage.set(keyId, embeddedKey.privateKey);
327
328
- console.log("exportWalletWithResult");
329
-
330
try {
331
let exportBundle: string;
332
0 commit comments