Explorar el Código

deleted debugging log messages

Matthew R. Kasun hace 3 años
padre
commit
8ab0f1a46c
Se han modificado 1 ficheros con 0 adiciones y 5 borrados
  1. 0 5
      netclient/functions/join.go

+ 0 - 5
netclient/functions/join.go

@@ -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