From d50ab1fc97e62016e91a149f2b75964cf351e534 Mon Sep 17 00:00:00 2001 From: kirch Date: Sun, 24 Feb 2019 06:20:17 +0000 Subject: [PATCH] Remove personal test output --- pinhook/bot.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pinhook/bot.py b/pinhook/bot.py index 66c579b..8c2152e 100644 --- a/pinhook/bot.py +++ b/pinhook/bot.py @@ -14,7 +14,6 @@ irc.client.ServerConnection.buffer_class.errors = 'replace' class Bot(irc.bot.SingleServerIRCBot): def __init__(self, channels, nickname, server, **kwargs): - print('local bot initialized') self.set_kwargs(**kwargs) if self.ssl_required: factory = irc.connection.Factory(wrapper=ssl.wrap_socket)