fix: remove unneeded log

This commit is contained in:
fryorcraken.eth 2022-08-03 09:22:18 +10:00
parent b05e8bef01
commit 8b7a97d502
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4

View File

@ -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] },