aboutsummaryrefslogtreecommitdiff
path: root/src/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/index.ts')
-rw-r--r--src/index.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/index.ts b/src/index.ts
index 298dee3..9a14d0b 100644
--- a/src/index.ts
+++ b/src/index.ts
@@ -19,7 +19,6 @@ const limiter = rateLimit({
windowMs: 60 * 1000 * 5,
max: 200,
skip: (req: express.Request) => {
- console.log(req.headers)
return req.headers.key === process.env.key
},
keyGenerator: (req: express.Request) => {