diff --git a/frigate/util.py b/frigate/util.py index 79fe7932f..4ee216c7b 100755 --- a/frigate/util.py +++ b/frigate/util.py @@ -814,7 +814,6 @@ def get_intel_gpu_stats() -> dict[str, str]: # timeout has a non-zero returncode when timeout is reached if p.returncode != 124: - logger.error(p.stderr) return None else: reading = "".join(p.stdout.split())