remove debug log

This commit is contained in:
Matthew R Kasun
2022-02-03 10:56:44 -05:00
parent 19c476490a
commit 4bcd52b85b

View File

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