mirror of
https://github.com/blakeblackshear/frigate.git
synced 2024-11-21 19:07:46 +01:00
remove print statement
This commit is contained in:
parent
b1a2b0cda2
commit
83481afee1
@ -109,7 +109,6 @@ class ObjectTracker:
|
||||
obj["motionless_count"] - self.detect_config.stationary.threshold
|
||||
> max_frames
|
||||
):
|
||||
print(f"expired: {obj['motionless_count']}")
|
||||
return True
|
||||
|
||||
def update(self, id, new_obj):
|
||||
|
Loading…
Reference in New Issue
Block a user