remove noisy logging statements

pull/58/head
Mallory Hancock 2019-02-22 13:38:04 -08:00
parent 3e9ad585a3
commit 5091bcb9d8
1 changed files with 0 additions and 2 deletions

View File

@ -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