Skip to content

Commit

Permalink
chore: rm console log
Browse files Browse the repository at this point in the history
  • Loading branch information
danisharora099 committed Oct 17, 2024
1 parent a569d0e commit 00659d1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/enr/src/enr.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,6 @@ describe("ENR", function () {
privateKeyUint8Arr = privateKey.raw;
peerId = peerIdFromPrivateKey(privateKey);
enr = await EnrCreator.fromPeerId(peerId);
console.log(enr);
waku2Protocols = {
relay: false,
store: false,
Expand Down

0 comments on commit 00659d1

Please sign in to comment.