From: Chris Duncan Date: Fri, 6 Dec 2024 06:07:54 +0000 (-0800) Subject: Extraneous logging. X-Git-Url: https://zoso.dev/?a=commitdiff_plain;h=a9c210318e6bd37846887e1e90b7a8788d168b72;p=libnemo.git Extraneous logging. --- 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)