From 4c02aec85418a690daaa09a2744516c525e15355 Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Fri, 19 Sep 2025 07:02:04 -0600 Subject: [PATCH] Cleanup --- frigate/detectors/detector_utils.py | 1 - frigate/detectors/plugins/cpu_tfl.py | 1 - 2 files changed, 2 deletions(-) diff --git a/frigate/detectors/detector_utils.py b/frigate/detectors/detector_utils.py index bfeb039d1..c316160a0 100644 --- a/frigate/detectors/detector_utils.py +++ b/frigate/detectors/detector_utils.py @@ -3,7 +3,6 @@ import os import numpy as np - logger = logging.getLogger(__name__) diff --git a/frigate/detectors/plugins/cpu_tfl.py b/frigate/detectors/plugins/cpu_tfl.py index c71705dee..2fd78746e 100644 --- a/frigate/detectors/plugins/cpu_tfl.py +++ b/frigate/detectors/plugins/cpu_tfl.py @@ -9,7 +9,6 @@ from frigate.log import redirect_output_to_logger from ..detector_utils import tflite_detect_raw, tflite_init - logger = logging.getLogger(__name__) DETECTOR_KEY = "cpu"