Skip to content

Commit

Permalink
remove print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
707Alex707 authored and blakeblackshear committed Mar 11, 2022
1 parent b1a2b0c commit 83481af
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frigate/objects.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ def is_expired(self, id):
obj["motionless_count"] - self.detect_config.stationary.threshold
> max_frames
):
print(f"expired: {obj['motionless_count']}")
return True

def update(self, id, new_obj):
Expand Down

0 comments on commit 83481af

Please sign in to comment.