Skip to content

Commit 481dc74

Browse files
committed
chore: cleanup
1 parent 9763243 commit 481dc74

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

account-kit/rn-signer/src/client.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -325,8 +325,6 @@ export class RNSignerClient extends BaseSignerClient<ExportWalletParams> {
325325
const keyId = `export_key_${Date.now()}`;
326326
this.storage.set(keyId, embeddedKey.privateKey);
327327

328-
console.log("exportWalletWithResult");
329-
330328
try {
331329
let exportBundle: string;
332330

0 commit comments

Comments
 (0)