summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLance Stout <lancestout@gmail.com>2010-10-07 19:41:33 -0400
committerLance Stout <lancestout@gmail.com>2010-10-07 19:41:33 -0400
commit42bfca1c8785c6dd15260c22acda6375f3dbf908 (patch)
treef1b92ab8b4140c5cd44c3596de7e77d195a76e71
parent0fffbb82000a1a6c3c23d62fedcbd8e8141f8994 (diff)
downloadslixmpp-42bfca1c8785c6dd15260c22acda6375f3dbf908.tar.gz
slixmpp-42bfca1c8785c6dd15260c22acda6375f3dbf908.tar.bz2
slixmpp-42bfca1c8785c6dd15260c22acda6375f3dbf908.tar.xz
slixmpp-42bfca1c8785c6dd15260c22acda6375f3dbf908.zip
Removed debug log statement.
-rw-r--r--sleekxmpp/basexmpp.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/sleekxmpp/basexmpp.py b/sleekxmpp/basexmpp.py
index c18dda1a..6e619270 100644
--- a/sleekxmpp/basexmpp.py
+++ b/sleekxmpp/basexmpp.py
@@ -128,7 +128,6 @@ class BaseXMPP(XMLStream):
self.sentpresence = False
- logging.warning(self.default_ns)
self.register_handler(
Callback('IM',
MatchXPath('{%s}message/{%s}body' % (self.default_ns,