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(