Skip to content

Commit

Permalink
remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
weboko committed Oct 1, 2024
1 parent ce3a790 commit de80a4e
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -280,11 +280,9 @@ describe("Waku Filter V2: Subscribe: Single Service Node", function () {

// Send a unique message on each topic.
for (let i = 0; i < topicCount; i++) {
const now = Date.now();
await waku.lightPush.send(td.encoders[i], {
payload: utf8ToBytes(`Message for Topic ${i + 1}`)
});
console.log("DEBUG:", Date.now() - now);
}

// Verify that each message was received on the corresponding topic.
Expand Down

0 comments on commit de80a4e

Please sign in to comment.