Procházet zdrojové kódy

remove print statement

707Alex707 před 3 roky
rodič
revize
83481afee1
1 změnil soubory, kde provedl 0 přidání a 1 odebrání
  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
             obj["motionless_count"] - self.detect_config.stationary.threshold
             > max_frames
             > max_frames
         ):
         ):
-            print(f"expired: {obj['motionless_count']}")
             return True
             return True
 
 
     def update(self, id, new_obj):
     def update(self, id, new_obj):