diff --git a/frigate/data_processing/common/license_plate/mixin.py b/frigate/data_processing/common/license_plate/mixin.py index 78f7dbb90..d0888bd74 100644 --- a/frigate/data_processing/common/license_plate/mixin.py +++ b/frigate/data_processing/common/license_plate/mixin.py @@ -1571,9 +1571,6 @@ class LicensePlateProcessingMixin: return def lpr_expire(self, object_id: str, camera: str): - print( - f"expiring {self.detected_license_plates} and we have cars {self.camera_current_cars}" - ) if object_id in self.detected_license_plates: self.detected_license_plates.pop(object_id)