]> git.codecow.com Git - libnemo.git/commitdiff
Delete logging of stringified Safe class.
authorChris Duncan <chris@zoso.dev>
Thu, 3 Jul 2025 19:23:53 +0000 (12:23 -0700)
committerChris Duncan <chris@zoso.dev>
Thu, 3 Jul 2025 19:23:53 +0000 (12:23 -0700)
src/lib/wallets/wallet.ts

index 3b542589ce160a58b6e6ecccc2b7323819903e65..4113fd467e94222a6577504d38f1d124dbd4b452 100644 (file)
@@ -58,7 +58,6 @@ export abstract class Wallet {
                this.#mnemonic = mnemonic ?? null\r
                this.#poolNanoNacl = new Pool(NanoNaClWorker)\r
                this.#poolSafe = new Pool(SafeWorker)\r
-               console.log(SafeWorker)\r
                this.#seed = seed ?? null\r
        }\r
 \r