瀏覽代碼

remove print statement

707Alex707 3 年之前
父節點
當前提交
83481afee1
共有 1 個文件被更改,包括 0 次插入1 次删除
  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):