Remove todo note from log filter

Co-authored-by: Nicolas Mowen <nickmowen213@gmail.com>
This commit is contained in:
gtsiam 2024-09-17 15:07:25 +03:00 committed by GitHub
parent 2445d706df
commit 2cbce00d8b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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