From b5c25873baea7286dbaf0faf0b62d8dc29d2dfe8 Mon Sep 17 00:00:00 2001 From: Chris Duncan Date: Thu, 3 Jul 2025 12:23:53 -0700 Subject: [PATCH] Delete logging of stringified Safe class. --- src/lib/wallets/wallet.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib/wallets/wallet.ts b/src/lib/wallets/wallet.ts index 3b54258..4113fd4 100644 --- a/src/lib/wallets/wallet.ts +++ b/src/lib/wallets/wallet.ts @@ -58,7 +58,6 @@ export abstract class Wallet { this.#mnemonic = mnemonic ?? null this.#poolNanoNacl = new Pool(NanoNaClWorker) this.#poolSafe = new Pool(SafeWorker) - console.log(SafeWorker) this.#seed = seed ?? null } -- 2.47.3