mirror of
https://github.com/logos-messaging/js-waku.git
synced 2026-01-05 23:33:08 +00:00
fix: remove unneeded log
This commit is contained in:
parent
b05e8bef01
commit
8b7a97d502
@ -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] },
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user