mirror of
https://github.com/vacp2p/nim-libp2p.git
synced 2026-01-09 22:28:27 -05:00
Remove debug echo.
This commit is contained in:
@@ -633,7 +633,6 @@ proc newDaemonApi*(flags: set[P2PDaemonFlags] = {},
|
||||
if WaitBootstrap in api.flags:
|
||||
while true:
|
||||
var peers = await listPeers(api)
|
||||
echo len(peers)
|
||||
if len(peers) >= peersRequired:
|
||||
break
|
||||
await sleepAsync(1000)
|
||||
|
||||
Reference in New Issue
Block a user