Browse Source

remove print statement

707Alex707 3 năm trước cách đây
mục cha
commit
83481afee1
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      frigate/objects.py

+ 0 - 1
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):