mirror of
https://github.com/correl/SleekXMPP.git
synced 2024-11-24 03:00:15 +00:00
Remove extra, unhelpful presence debug log.
This commit is contained in:
parent
e86e6eae81
commit
a714fa82b2
1 changed files with 0 additions and 1 deletions
|
@ -730,7 +730,6 @@ class BaseXMPP(XMLStream):
|
||||||
|
|
||||||
Update the roster with presence information.
|
Update the roster with presence information.
|
||||||
"""
|
"""
|
||||||
logging.debug(presence['type'])
|
|
||||||
self.event("presence_%s" % presence['type'], presence)
|
self.event("presence_%s" % presence['type'], presence)
|
||||||
|
|
||||||
# Check for changes in subscription state.
|
# Check for changes in subscription state.
|
||||||
|
|
Loading…
Reference in a new issue