Skip to content

Commit

Permalink
chore: remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
danisharora099 committed Jan 16, 2025
1 parent 33da79e commit f2fb3dd
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,7 @@ describe("Connection state", function () {
});

it("should emit `waku:offline` event only when all peers disconnect", async function () {
console.log("dial 1");
await waku.dial(nwaku1PeerId, [Protocols.Filter]);
console.log("dial 1 success");
await waku.dial(nwaku2PeerId, [Protocols.Filter]);

let eventCount = 0;
Expand Down

0 comments on commit f2fb3dd

Please sign in to comment.