From 51b084e3dd94b9d8f310b948589042e363efc300 Mon Sep 17 00:00:00 2001 From: George Tsiamasiotis Date: Mon, 23 Sep 2024 23:20:24 +0300 Subject: [PATCH] Whoops. I might have forgotten to save. Truly an amateur mistake. --- frigate/output/output.py | 1 - 1 file changed, 1 deletion(-) diff --git a/frigate/output/output.py b/frigate/output/output.py index c1be7154c..7d5b6d39a 100644 --- a/frigate/output/output.py +++ b/frigate/output/output.py @@ -38,7 +38,6 @@ def output_frames( stop_event = mp.Event() def receiveSignal(signalNumber, frame): - logger.debug(f"Output frames process received signal {signalNumber}") stop_event.set() signal.signal(signal.SIGTERM, receiveSignal)