Remove useless log

This commit is contained in:
Franck Royer 2021-10-05 13:30:04 +11:00
parent 62b30b3f33
commit 6f4d765e30
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
1 changed files with 0 additions and 1 deletions

View File

@ -328,7 +328,6 @@ export class Waku {
peers.push(peer)
);
});
dbg('peers for ', desiredProtocolVersions, peers);
if (peers.length > 0) {
return Promise.resolve();