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: