diff --git a/pinhook/bot.py b/pinhook/bot.py index 2bb74c3..19aaa03 100644 --- a/pinhook/bot.py +++ b/pinhook/bot.py @@ -196,8 +196,6 @@ class Bot(irc.bot.SingleServerIRCBot): ops=self.ops, logger=self.logger )) - self.logger.debug(listen_output.msg_type) - self.logger.debug(listen_output.msg_type == pinhook.plugin.OutputType.Action) self.logger.debug(listen_output.msg) if listen_output: output = listen_output