소스 검색

remove debug log

Matthew R Kasun 3 년 전
부모
커밋
4bcd52b85b
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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 {