mirror of
https://github.com/gravitl/netmaker.git
synced 2025-10-05 08:47:35 +08:00
remove debugging logs
This commit is contained in:
@@ -271,7 +271,6 @@ func setupMQTT(cfg *config.ClientConfig) error {
|
||||
logger.Log(0, "network:", cfg.Node.Network, "detected broker connection lost for", cfg.Server.Server)
|
||||
})
|
||||
mqclient = mqtt.NewClient(opts)
|
||||
log.Println(mqclient)
|
||||
var connecterr error
|
||||
for count := 0; count < 3; count++ {
|
||||
connecterr = nil
|
||||
|
Reference in New Issue
Block a user