From d2c5489634eb3ec08b7dad9b1e92cd2858d71e2a Mon Sep 17 00:00:00 2001 From: Chris Sexton Date: Fri, 19 Nov 2021 13:32:51 -0500 Subject: [PATCH] first: stop spitting out dumb logs --- plugins/first/first.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugins/first/first.go b/plugins/first/first.go index d9756d1..872c882 100644 --- a/plugins/first/first.go +++ b/plugins/first/first.go @@ -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().