removed useless continue

This commit is contained in:
0xdcarns 2022-07-05 20:19:19 -04:00
parent 5a8f3fcf21
commit 47005b7ea4

View file

@ -148,7 +148,6 @@ func sendPeers() {
if errN != nil {
logger.Log(1, errN.Error())
}
continue
}
}
}