소스 검색

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):