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 e737f27 commit 28247c9Copy full SHA for 28247c9
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