diff --git a/patch/hw.py b/patch/hw.py index 83f5c6c2..b92577b7 100644 --- a/patch/hw.py +++ b/patch/hw.py @@ -100,7 +100,6 @@ class HwInfoSubmanager(BaseInfoSubmanager): try: return int((await aiofs.read(temp_path)).strip()) / 1000 except Exception as err: - get_logger(0).error("Can't read CPU temp from %s: %s", temp_path, err) return None async def __get_throttling(self) -> (dict | None):