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