From f849eb35c23154b28ce3adf50ddf0db36340ce28 Mon Sep 17 00:00:00 2001 From: nyuszika7h Date: Sat, 20 Jun 2015 22:55:17 +0200 Subject: [PATCH] Remove debug print --- src/handler.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/handler.py b/src/handler.py index 65cb243..b12c88c 100644 --- a/src/handler.py +++ b/src/handler.py @@ -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()