mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-03-04 06:33:45 +00:00
remove print
This commit is contained in:
parent
1fcadb09b0
commit
2b2e995133
@ -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)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user