From b9098101e2a24c585b1f4de81c785bd43e70920a Mon Sep 17 00:00:00 2001 From: link Date: Tue, 1 Jul 2025 15:05:40 +0800 Subject: [PATCH] Update system.go Signed-off-by: link --- service/system.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/system.go b/service/system.go index 064d987..b38ef7b 100644 --- a/service/system.go +++ b/service/system.go @@ -482,7 +482,7 @@ func GetCPUThermalZone() string { name = strings.TrimSuffix(string(file.ReadFullFile(path+"/type")), "\n") for _, s := range cpu_types { if strings.HasPrefix(name, s) { - logger.Info(fmt.Sprintf("CPU thermal zone found: %s, path: %s.", name, path)) + //logger.Info(fmt.Sprintf("CPU thermal zone found: %s, path: %s.", name, path)) Cache.SetDefault(keyName, path) return path }