mirror of
https://github.com/status-im/js-waku.git
synced 2025-02-24 02:48:11 +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));
|
nwaku = new Nwaku(makeLogFileName(this));
|
||||||
await nwaku.start();
|
await nwaku.start();
|
||||||
const multiAddrWithId = await nwaku.getMultiaddrWithId();
|
const multiAddrWithId = await nwaku.getMultiaddrWithId();
|
||||||
console.log(multiAddrWithId);
|
|
||||||
waku = await createWaku({
|
waku = await createWaku({
|
||||||
staticNoiseKey: NOISE_KEY_1,
|
staticNoiseKey: NOISE_KEY_1,
|
||||||
bootstrap: { peers: [multiAddrWithId] },
|
bootstrap: { peers: [multiAddrWithId] },
|
||||||
|
Loading…
x
Reference in New Issue
Block a user