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 }