mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-29 20:11:32 +02:00
[misc] drop info-log in WebApiManager for joinProject being rate-limited
The CodedError is logged at warn-level in Router._handleError.
This commit is contained in:
@@ -49,7 +49,6 @@ module.exports = {
|
||||
data.isRestrictedUser
|
||||
)
|
||||
} else if (response.statusCode === 429) {
|
||||
logger.log(project_id, user_id, 'rate-limit hit when joining project')
|
||||
callback(
|
||||
new CodedError(
|
||||
'rate-limit hit when joining project',
|
||||
|
||||
Reference in New Issue
Block a user