Remove extra, unhelpful presence debug log.

This commit is contained in:
Lance Stout 2011-08-18 02:46:08 -07:00
parent e86e6eae81
commit a714fa82b2

View file

@ -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.