From e1d39472eecc4305d6fba24ef2ada274a7a059dc Mon Sep 17 00:00:00 2001 From: Emily Date: Wed, 14 Jan 2026 00:43:38 +0100 Subject: [PATCH] removed a debug output --- main.js | 1 - 1 file changed, 1 deletion(-) diff --git a/main.js b/main.js index 668e614..335c08a 100644 --- a/main.js +++ b/main.js @@ -43,7 +43,6 @@ app.get("/v1/auth", (req, res) => { if(!bcrypt.compareSync(req.headers.password, accounts[req.headers.username])) passed = false -console.log(passed); if(passed){ res.status(200).json(apikeys);