fixed tests and removed some debugging logs

This commit is contained in:
Matthew R Kasun
2022-01-19 15:25:39 -05:00
parent 56a5a928ab
commit e0275c90d8
2 changed files with 0 additions and 8 deletions

View File

@@ -154,13 +154,6 @@ var UpdatePeers mqtt.MessageHandler = func(client mqtt.Client, msg mqtt.Message)
return
}
ncutils.Log("update peer handler")
ncutils.Log("recieved " + string(len(peerUpdate.Peers)) + "peers to update")
ncutils.Log(string(msg.Payload()))
ncutils.Log(peerUpdate.Network)
for _, peer := range peerUpdate.Peers {
key := peer.PublicKey.String()
ncutils.Log(key)
}
var cfg config.ClientConfig
cfg.Network = peerUpdate.Network
cfg.ReadConfig()