Merge branch 'restore-stringprep-warning' into 'master'

logger: remove NullHandler for the "slixmpp" handler

See merge request poezio/slixmpp!220
This commit is contained in:
Maxime Buquet 2022-10-03 08:20:19 +00:00
commit 7a0fb97083

View file

@ -5,7 +5,6 @@
# See the file LICENSE for copying permission.
import logging
from os import getenv
logging.getLogger(__name__).addHandler(logging.NullHandler())
# Use defusedxml if wanted
# Since enabling it can have adverse consequences for the programs using