From 8b7a97d5023a379ec511e533ca08430cdc18e6e7 Mon Sep 17 00:00:00 2001 From: "fryorcraken.eth" Date: Wed, 3 Aug 2022 09:22:18 +1000 Subject: [PATCH] fix: remove unneeded log --- src/lib/waku.node.spec.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib/waku.node.spec.ts b/src/lib/waku.node.spec.ts index 50826acdf3..b27c5c8f37 100644 --- a/src/lib/waku.node.spec.ts +++ b/src/lib/waku.node.spec.ts @@ -58,7 +58,6 @@ describe("Waku Dial [node only]", function () { nwaku = new Nwaku(makeLogFileName(this)); await nwaku.start(); const multiAddrWithId = await nwaku.getMultiaddrWithId(); - console.log(multiAddrWithId); waku = await createWaku({ staticNoiseKey: NOISE_KEY_1, bootstrap: { peers: [multiAddrWithId] },