Remove rate-limit check log line (#80)

This commit is contained in:
Kamil Kisiela 2022-05-25 10:38:34 +02:00 committed by GitHub
parent 1260b9e327
commit 4e23275fab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -135,8 +135,6 @@ export function createRateLimiter(config: {
return DEFAULT_RETENTION;
},
checkLimit(input: RateLimitInput): RateLimitCheckResponse {
logger.info(`Rate-limit check triggered, input is: ${input}`);
const map =
input.type === 'operations-reporting'
? targetIdToRateLimitStatus.operationsReporting