mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-14 15:15:22 +03:00
Remove todo note from log filter
Co-authored-by: Nicolas Mowen <nickmowen213@gmail.com>
This commit is contained in:
parent
2445d706df
commit
2cbce00d8b
@ -21,7 +21,6 @@ LOG_HANDLER.setFormatter(
|
|||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
# TODO: Investigate the route cause of this message.
|
|
||||||
LOG_HANDLER.addFilter(
|
LOG_HANDLER.addFilter(
|
||||||
lambda record: not record.msg.startswith("You are using a scalar distance function")
|
lambda record: not record.msg.startswith("You are using a scalar distance function")
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user