summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxime Buquet <pep@bouah.net>2022-10-03 08:20:19 +0000
committerMaxime Buquet <pep@bouah.net>2022-10-03 08:20:19 +0000
commit7a0fb970833c778ed50dcb49c5b7b4043d57b1e5 (patch)
tree3fd8958283dc1f0f3619b2835efb0c735eecb3db
parent79607e43f1a24b3d1f8f5e5695e054aae03caab6 (diff)
parent189bbcce191446be6e64b00e10b230924bb7e572 (diff)
downloadslixmpp-master.tar.gz
slixmpp-master.tar.bz2
slixmpp-master.tar.xz
slixmpp-master.zip
Merge branch 'restore-stringprep-warning' into 'master'HEADmaster
logger: remove NullHandler for the "slixmpp" handler See merge request poezio/slixmpp!220
-rw-r--r--slixmpp/__init__.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/slixmpp/__init__.py b/slixmpp/__init__.py
index a4796d78..5841cdf7 100644
--- a/slixmpp/__init__.py
+++ b/slixmpp/__init__.py
@@ -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