From 7d362db860adde559cd6e0b570c8d435feaa0a25 Mon Sep 17 00:00:00 2001 From: Emily Date: Wed, 14 Jan 2026 02:07:00 +0100 Subject: [PATCH] removed debug output as the system appearently works lol --- main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.js b/main.js index bf50c73..0ed0ffd 100644 --- a/main.js +++ b/main.js @@ -22,7 +22,7 @@ app.use( app.get("/v1/auth", (req, res) => { let logTime = getLogTime() console.log(logTime); - console.log(req.headers); + // console.log(req.headers); // Simple ratelimit