Roc 1 month ago
parent
commit
9ceb8367ee
1 changed files with 0 additions and 2 deletions
  1. 0 2
      services/commodity_coal_watch.go

+ 0 - 2
services/commodity_coal_watch.go

@@ -43,10 +43,8 @@ func ReadWatchIndexFile() {
 			}
 			// winFileAttr := fileInfo.Sys().(*syscall.Win32FileAttributeData)
 			modifyTimeStr := fileInfo.ModTime().Format(utils.FormatDateTime)
-			fmt.Println("文件时间:", modifyTimeStr)
 
 			existModifyTime, ok := cacheClient.Get(path)
-			fmt.Println("缓存时间:", existModifyTime)
 			if ok {
 				existModifyTimeStr := existModifyTime.(string)
 				if existModifyTimeStr != modifyTimeStr {