From 8073527467c1716618e6acaaa7b61f9a3be62ab1 Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Thu, 17 Apr 2025 21:10:05 -0600 Subject: [PATCH] Cleanup --- frigate/util/model.py | 1 - 1 file changed, 1 deletion(-) diff --git a/frigate/util/model.py b/frigate/util/model.py index 4888575c6d..d402ea36d2 100644 --- a/frigate/util/model.py +++ b/frigate/util/model.py @@ -273,7 +273,6 @@ def post_process_yolox( bbox[3] / height, bbox[2] / width, ] - print(f"got {detections[i]}") return detections