mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-07-20 10:49:00 +03:00
remove print statement
This commit is contained in:
@@ -109,7 +109,6 @@ class ObjectTracker:
|
|||||||
obj["motionless_count"] - self.detect_config.stationary.threshold
|
obj["motionless_count"] - self.detect_config.stationary.threshold
|
||||||
> max_frames
|
> max_frames
|
||||||
):
|
):
|
||||||
print(f"expired: {obj['motionless_count']}")
|
|
||||||
return True
|
return True
|
||||||
|
|
||||||
def update(self, id, new_obj):
|
def update(self, id, new_obj):
|
||||||
|
|||||||
Reference in New Issue
Block a user