diff --git a/routes/raw.go b/routes/raw.go index 9de7cca..b326482 100644 --- a/routes/raw.go +++ b/routes/raw.go @@ -103,9 +103,7 @@ func Raw(c *gin.Context) { if ws.CheckLimitExceeded() { log.Warnf("[RAW] [%s] Account would exceed soft limits - DISABLED ACCOUNT: [%s]", res.Uuid, res.Username) accountManager.MarkDisabled(res.Username) - } - counts := ws.RequestCounts() - if len(counts) > 0 { + counts := ws.RequestCounts() log.Infof("[RAW] [%s] [%s] Account limits: %v", res.Uuid, res.Username, counts) } }()