first: stop spitting out dumb logs

This commit is contained in:
Chris Sexton 2021-11-19 13:32:51 -05:00 committed by Chris Sexton
parent 7af715aee9
commit d2c5489634
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().