From 20f1e17637b454b4c79e9fd0dbe5978f5950312b Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Tue, 2 Dec 2025 15:02:04 +0100 Subject: [PATCH] Remove log message Co-authored-by: Nicolas Mowen --- frigate/detectors/plugins/edgetpu_tfl.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/frigate/detectors/plugins/edgetpu_tfl.py b/frigate/detectors/plugins/edgetpu_tfl.py index 5523b3c4f..695d5ec22 100644 --- a/frigate/detectors/plugins/edgetpu_tfl.py +++ b/frigate/detectors/plugins/edgetpu_tfl.py @@ -34,9 +34,6 @@ class EdgeTpuTfl(DetectionApi): ] def __init__(self, detector_config: EdgeTpuDetectorConfig): - logger.info( - f"Initializing {DETECTOR_KEY} detector with support for SSD and YOLOv9 models" - ) device_config = {} if detector_config.device is not None: device_config = {"device": detector_config.device}