first: stop spitting out dumb logs

This commit is contained in:
Chris Sexton 2021-11-19 13:32:51 -05:00
parent 7af715aee9
commit 79e559872b
1 changed files with 0 additions and 2 deletions

View File

@ -215,8 +215,6 @@ func (p *FirstPlugin) register() {
return false
}
log.Debug().Interface("message", r.Msg).Msg("first check")
first, err := getLastFirst(p.db, r.Msg.Channel)
if err != nil {
log.Error().