Przeglądaj źródła

removed useless continue

0xdcarns 3 lat temu
rodzic
commit
18ca55402f
1 zmienionych plików z 0 dodań i 1 usunięć
  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
 		}
 	}
 }