mirror of
https://github.com/graphql-hive/console
synced 2026-05-23 09:08:34 +00:00
Remove rate-limit check log line (#80)
This commit is contained in:
parent
1260b9e327
commit
4e23275fab
1 changed files with 0 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue