From 2cbce00d8b95ccb271fbe2d324208bb8c823bc6d Mon Sep 17 00:00:00 2001 From: gtsiam Date: Tue, 17 Sep 2024 15:07:25 +0300 Subject: [PATCH] Remove todo note from log filter Co-authored-by: Nicolas Mowen --- frigate/log.py | 1 - 1 file changed, 1 deletion(-) diff --git a/frigate/log.py b/frigate/log.py index 30286eeb5..fc92fd472 100644 --- a/frigate/log.py +++ b/frigate/log.py @@ -21,7 +21,6 @@ LOG_HANDLER.setFormatter( ) ) -# TODO: Investigate the route cause of this message. LOG_HANDLER.addFilter( lambda record: not record.msg.startswith("You are using a scalar distance function") )