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") )