From 83481afee143c85e8277e6b1829b8de597d0da9e Mon Sep 17 00:00:00 2001 From: 707Alex707 Date: Wed, 2 Mar 2022 01:05:05 -0500 Subject: [PATCH] remove print statement --- frigate/objects.py | 1 - 1 file changed, 1 deletion(-) diff --git a/frigate/objects.py b/frigate/objects.py index 7b66536c2..fb3ea7daa 100644 --- a/frigate/objects.py +++ b/frigate/objects.py @@ -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):