mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-04-03 06:40:22 +00:00
remove print
This commit is contained in:
parent
1fcadb09b0
commit
2b2e995133
@ -1571,9 +1571,6 @@ class LicensePlateProcessingMixin:
|
|||||||
return
|
return
|
||||||
|
|
||||||
def lpr_expire(self, object_id: str, camera: str):
|
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:
|
if object_id in self.detected_license_plates:
|
||||||
self.detected_license_plates.pop(object_id)
|
self.detected_license_plates.pop(object_id)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user