From bc35ee3feb7c954ef4ab06db82f471373f560c26 Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Mon, 18 Aug 2025 07:38:52 -0600 Subject: [PATCH] Cleanup --- frigate/detectors/plugins/zmq_ipc.py | 1 - 1 file changed, 1 deletion(-) diff --git a/frigate/detectors/plugins/zmq_ipc.py b/frigate/detectors/plugins/zmq_ipc.py index abf6f06e8..0c9b0ff09 100644 --- a/frigate/detectors/plugins/zmq_ipc.py +++ b/frigate/detectors/plugins/zmq_ipc.py @@ -120,7 +120,6 @@ class ZmqIpcDetector(DetectionApi): # Receive reply reply_frames = self._socket.recv_multipart() detections = self._decode_response(reply_frames) - print(f"got response of first item {detections[0]}") # Ensure output shape and dtype are exactly as expected