mirror of
https://github.com/gravitl/netmaker.git
synced 2025-10-05 08:47:35 +08:00
deleted debugging log messages
This commit is contained in:
@@ -283,11 +283,6 @@ func formatName(node models.Node) string {
|
||||
}
|
||||
|
||||
func setListenPort(oldListenPort int32, cfg *config.ClientConfig) {
|
||||
|
||||
log.Println("DELETE ME: set listenport")
|
||||
log.Println("DELETE ME: oldport " + string(oldListenPort))
|
||||
log.Println("DELETE ME: newport " + string(cfg.Node.ListenPort))
|
||||
|
||||
// keep track of the returned listenport value
|
||||
newListenPort := cfg.Node.ListenPort
|
||||
|
||||
|
Reference in New Issue
Block a user