mirror of
https://github.com/logos-messaging/logos-messaging-go.git
synced 2026-01-03 22:43:09 +00:00
chore: remove duplicate log
This commit is contained in:
parent
1bcb41265f
commit
6b6cd5f81b
@ -59,6 +59,5 @@ func (rl *RlnRateLimiter) Check(ctx context.Context, logger *zap.Logger) error {
|
||||
if rl.Allow() {
|
||||
return nil
|
||||
}
|
||||
logger.Error("could not send message rate limited", zap.Error(ErrRateLimited))
|
||||
return ErrRateLimited
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user