소스 검색

Remove frequent logs

LinkLeong 2 년 전
부모
커밋
3b9c4b62c5
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      service/system.go

+ 0 - 2
service/system.go

@@ -335,10 +335,8 @@ func GetCPUThermalZone() string {
 			}
 		} else {
 			if len(name) > 0 { //proves at least one zone
-				loger.Warn("CPU thermal zone not matched. Default to thermal_zone0.")
 				path = stub + "0"
 			} else {
-				loger.Error("No CPU thermal zones found. CPU temp will not be displayed.")
 				path = ""
 			}
 			break