debug lint (#276)

This commit is contained in:
Michael Quigley 2023-03-28 15:19:01 -04:00 committed by Kenneth Bingham
parent 4bdcc3b4c8
commit 1c8af5e647
No known key found for this signature in database
GPG Key ID: 31709281860130B6

View File

@ -385,7 +385,7 @@ func (a *Agent) enforce(u *metrics.Usage) error {
}
func (a *Agent) relax() error {
logrus.Info("relaxing")
logrus.Debug("relaxing")
trx, err := a.str.Begin()
if err != nil {