remove extra debug
This commit is contained in:
parent
e86a9568c8
commit
0d6aff6821
1 changed files with 0 additions and 5 deletions
|
@ -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(
|
||||
|
|
Loading…
Reference in a new issue