From 2b2e99513360ff8d077237d9586673ae1b31ae02 Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Thu, 15 May 2025 17:03:38 -0500 Subject: [PATCH] remove print --- frigate/data_processing/common/license_plate/mixin.py | 3 --- 1 file changed, 3 deletions(-) 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)