mirror of
https://github.com/correl/SleekXMPP.git
synced 2024-11-23 19:19:53 +00:00
Removed debug log statement.
This commit is contained in:
parent
0fffbb8200
commit
42bfca1c87
1 changed files with 0 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue