This website works better with JavaScript
Home
Explore
Help
Sign In
golang
/
netmaker
mirror of
https://github.com/gravitl/netmaker
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
removed useless continue
0xdcarns
3 years ago
parent
5a8f3fcf21
commit
47005b7ea4
1 changed files
with
0 additions
and
1 deletions
Split View
Show Diff Stats
0
1
mq/publishers.go
+ 0
- 1
mq/publishers.go
View File
@@ -148,7 +148,6 @@ func sendPeers() {
if errN != nil {
logger.Log(1, errN.Error())
}
- continue
}
}
}