Remove debug echo.

This commit is contained in:
cheatfate 2018-12-18 05:19:11 +02:00
parent 4ba727b768
commit 79fbd74acd
1 changed files with 0 additions and 1 deletions

View File

@ -633,7 +633,6 @@ proc newDaemonApi*(flags: set[P2PDaemonFlags] = {},
if WaitBootstrap in api.flags: if WaitBootstrap in api.flags:
while true: while true:
var peers = await listPeers(api) var peers = await listPeers(api)
echo len(peers)
if len(peers) >= peersRequired: if len(peers) >= peersRequired:
break break
await sleepAsync(1000) await sleepAsync(1000)