Explorar el Código

remove debug log

Matthew R Kasun hace 3 años
padre
commit
4bcd52b85b
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      netclient/functions/daemon.go

+ 0 - 1
netclient/functions/daemon.go

@@ -127,7 +127,6 @@ func MessageQueue(ctx context.Context, network string) {
 		ncutils.Log("could not stat config file: " + configPath)
 	}
 	// speed up UDP rest
-	fmt.Println(fileInfo)
 	if time.Now().After(fileInfo.ModTime().Add(time.Minute)) {
 		sleepTime := 2
 		for {