Browse Source

removed useless continue

0xdcarns 3 years ago
parent
commit
47005b7ea4
1 changed files with 0 additions and 1 deletions
  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
 		}
 	}
 }