Remove extra debugging code that made it into a commit.

This commit is contained in:
Lance Stout
2011-08-23 14:14:21 -07:00
parent f92f96325a
commit 2a80824076
2 changed files with 3 additions and 18 deletions

View File

@@ -36,7 +36,7 @@ class EchoBot(sleekxmpp.ClientXMPP):
"""
def __init__(self, jid, password):
sleekxmpp.ClientXMPP.__init__(self, jid, password, plugin_config={'feature_mechanisms': {'use_mech': 'PLAIN'}})
sleekxmpp.ClientXMPP.__init__(self, jid, password)
# The session_start event will be triggered when
# the bot establishes its connection with the server