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
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue