Merge pull request #300 from velour/fixdiscordlog

discord: remove noisy log line
This commit is contained in:
Chris Sexton 2020-10-09 13:41:11 -04:00 committed by GitHub
commit 4b95e7680c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -216,7 +216,5 @@ func (d *Discord) messageCreate(s *discordgo.Session, m *discordgo.MessageCreate
Time: tStamp,
}
log.Debug().Interface("m", m).Interface("msg", msg).Msg("message received")
d.event(d, bot.Message, msg)
}