mirror of https://github.com/velour/catbase.git
first: stop spitting out dumb logs
This commit is contained in:
parent
7af715aee9
commit
d2c5489634
|
@ -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().
|
||||
|
|
Loading…
Reference in New Issue