From ac2491c0059539dd7ea7fc9eacb8ad1698368d5a Mon Sep 17 00:00:00 2001 From: Mallory Hancock Date: Fri, 22 Feb 2019 13:59:30 -0800 Subject: [PATCH] remove crashing logging statements --- pinhook/bot.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/pinhook/bot.py b/pinhook/bot.py index 70e71dc..b0593ea 100644 --- a/pinhook/bot.py +++ b/pinhook/bot.py @@ -177,7 +177,6 @@ class Bot(irc.bot.SingleServerIRCBot): ops=self.ops, logger=self.logger )) - self.logger.debug(output) except Exception as e: self.logger.exception('issue with command {}'.format(cmd)) else: @@ -196,7 +195,6 @@ class Bot(irc.bot.SingleServerIRCBot): ops=self.ops, logger=self.logger )) - self.logger.debug(listen_output.msg) if listen_output: output = listen_output except Exception as e: