diff options
-rw-r--r-- | slixmpp/__init__.py | 1 |
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 |