Remove debug print

This commit is contained in:
nyuszika7h 2015-06-20 22:55:17 +02:00
parent a009eb4819
commit f849eb35c2

View File

@ -163,8 +163,6 @@ def connect_callback(cli):
else:
supported_caps.update(caps.split())
print(supported_caps)
if botconfig.SASL_AUTHENTICATION and "sasl" not in supported_caps:
alog("Server does not support SASL authentication")
cli.quit()