From 4dd999dc74ebc60b72d71a9ef87012b8657c0012 Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Thu, 23 Oct 2025 06:40:14 -0600 Subject: [PATCH] Cleanup --- frigate/data_processing/real_time/custom_classification.py | 1 - 1 file changed, 1 deletion(-) diff --git a/frigate/data_processing/real_time/custom_classification.py b/frigate/data_processing/real_time/custom_classification.py index 0251b35cb..1fb9dfc97 100644 --- a/frigate/data_processing/real_time/custom_classification.py +++ b/frigate/data_processing/real_time/custom_classification.py @@ -353,7 +353,6 @@ class CustomObjectClassificationProcessor(RealTimeProcessorApi): ) def handle_request(self, topic, request_data): - logger.info(f"comparing with topic {topic} and the {request_data.get('model_name')} and the {self.model_config.name}") if topic == EmbeddingsRequestEnum.reload_classification_model.value: if request_data.get("model_name") == self.model_config.name: logger.info(