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