2
0
yuken 3 жил өмнө
parent
commit
6db1851afa

+ 0 - 2
packages/app/src/server/middlewares/api-rate-limiter.ts

@@ -40,8 +40,6 @@ module.exports = () => {
     const endpoint = req.path;
     const key = md5(req.ip + endpoint);
 
-    logger.info(`key: ${key}`);
-
     const customizedConfig = apiRateLimitConfig[endpoint];
 
     try {