Explorar o código

removed useless continue

0xdcarns %!s(int64=3) %!d(string=hai) anos
pai
achega
18ca55402f
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      mq/publishers.go

+ 0 - 1
mq/publishers.go

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