diff options
author | Lance Stout <lancestout@gmail.com> | 2011-08-18 02:46:08 -0700 |
---|---|---|
committer | Lance Stout <lancestout@gmail.com> | 2011-08-18 02:46:08 -0700 |
commit | a714fa82b25506df4511e956b1b0cf5f67475e53 (patch) | |
tree | 868de6cb7e9ab4db1f52912a78fd5be518197346 | |
parent | e86e6eae81f42985036b7a636658ab68b6c6aa74 (diff) | |
download | slixmpp-a714fa82b25506df4511e956b1b0cf5f67475e53.tar.gz slixmpp-a714fa82b25506df4511e956b1b0cf5f67475e53.tar.bz2 slixmpp-a714fa82b25506df4511e956b1b0cf5f67475e53.tar.xz slixmpp-a714fa82b25506df4511e956b1b0cf5f67475e53.zip |
Remove extra, unhelpful presence debug log.
-rw-r--r-- | sleekxmpp/basexmpp.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sleekxmpp/basexmpp.py b/sleekxmpp/basexmpp.py index ecc30aa4..61aaeff8 100644 --- a/sleekxmpp/basexmpp.py +++ b/sleekxmpp/basexmpp.py @@ -730,7 +730,6 @@ class BaseXMPP(XMLStream): Update the roster with presence information. """ - logging.debug(presence['type']) self.event("presence_%s" % presence['type'], presence) # Check for changes in subscription state. |