ソースを参照

removed useless continue

0xdcarns 3 年 前
コミット
18ca55402f
1 ファイル変更0 行追加1 行削除
  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
 		}
 	}
 }