Skip to content

Commit

Permalink
chore: remove log
Browse files Browse the repository at this point in the history
Signed-off-by: svetoslav-nikol0v <[email protected]>
  • Loading branch information
svetoslav-nikol0v committed Apr 25, 2024
1 parent 3c0c3ee commit cfdd1a5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/unit/EcdsaPrivateKey.js
Original file line number Diff line number Diff line change
Expand Up @@ -370,8 +370,6 @@ describe("EcdsaPrivateKey", function () {
const privateKey = PrivateKey.generateECDSA();
const publicKey = privateKey.publicKey;

console.log(privateKey.type);

const aliasAccountId = publicKey.toAccountId(0, 0);

expect(aliasAccountId.toString()).to.be.equal(
Expand Down

0 comments on commit cfdd1a5

Please sign in to comment.