Browse Source

removed useless continue

0xdcarns 3 năm trước cách đây
mục cha
commit
18ca55402f
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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
 		}
 	}
 }