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:
commit
7a0fb97083
@ -5,7 +5,6 @@
|
|||||||
# See the file LICENSE for copying permission.
|
# See the file LICENSE for copying permission.
|
||||||
import logging
|
import logging
|
||||||
from os import getenv
|
from os import getenv
|
||||||
logging.getLogger(__name__).addHandler(logging.NullHandler())
|
|
||||||
|
|
||||||
# Use defusedxml if wanted
|
# Use defusedxml if wanted
|
||||||
# Since enabling it can have adverse consequences for the programs using
|
# Since enabling it can have adverse consequences for the programs using
|
||||||
|
Loading…
x
Reference in New Issue
Block a user