1
1
mirror of https://github.com/openziti/zrok.git synced 2025-07-11 19:55:16 +02:00

total lint..

This commit is contained in:
Michael Quigley
2024-06-13 17:42:15 -04:00
parent 74f2fa990d
commit 2614721561

@ -146,7 +146,6 @@ func (a *Agent) CanCreateShare(acctId, envId int, reserved, uniqueName bool, _ s
logrus.Debugf("account '#%d', environment '%d' over unique names limit '%d'", acctId, envId, a.cfg.UniqueNames) logrus.Debugf("account '#%d', environment '%d' over unique names limit '%d'", acctId, envId, a.cfg.UniqueNames)
return false, nil return false, nil
} }
logrus.Infof("total = %d", total)
} }
} }
} }