remove extra debug

This commit is contained in:
Antonio J. Delgado 2024-12-29 11:52:24 +02:00
parent e86a9568c8
commit 0d6aff6821

View file

@ -228,11 +228,6 @@ class ImapFilter:
mfilter
)
return {"match": False}
self._log.debug(
"Testing match for '%s' in '%s'...",
regexp,
field_data
)
match = re.match(regexp, field_data)
if match:
self._log.info(