mirror of
https://github.com/correl/SleekXMPP.git
synced 2024-11-24 03:00:15 +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
|
self.sentpresence = False
|
||||||
|
|
||||||
logging.warning(self.default_ns)
|
|
||||||
self.register_handler(
|
self.register_handler(
|
||||||
Callback('IM',
|
Callback('IM',
|
||||||
MatchXPath('{%s}message/{%s}body' % (self.default_ns,
|
MatchXPath('{%s}message/{%s}body' % (self.default_ns,
|
||||||
|
|
Loading…
Reference in a new issue