From a9c210318e6bd37846887e1e90b7a8788d168b72 Mon Sep 17 00:00:00 2001 From: Chris Duncan Date: Thu, 5 Dec 2024 22:07:54 -0800 Subject: [PATCH] Extraneous logging. --- test/import-wallet.test.mjs | 1 - 1 file changed, 1 deletion(-) diff --git a/test/import-wallet.test.mjs b/test/import-wallet.test.mjs index eb2a56a..15b87ef 100644 --- a/test/import-wallet.test.mjs +++ b/test/import-wallet.test.mjs @@ -171,7 +171,6 @@ test('get identical BLAKE2b wallets when created with a seed versus with its der const importedAccounts = await imported.accounts() const importedAccount = importedAccounts[0] - console.log(`\nHERE 5\n`) assert.equals(imported.mnemonic, wallet.mnemonic) assert.equals(imported.seed, wallet.seed) assert.equals(importedAccount.privateKey, walletAccount.privateKey) -- 2.34.1