From 41ab1372708d5c29ebd1a3fa27a8825116fe859b217dde328cc8b47881446aa0 Mon Sep 17 00:00:00 2001 From: localhorst Date: Sun, 5 Jan 2025 22:10:44 +0100 Subject: [PATCH] cleanup --- server/src/controller/ttnController.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/src/controller/ttnController.ts b/server/src/controller/ttnController.ts index 21f723b..448e9b2 100644 --- a/server/src/controller/ttnController.ts +++ b/server/src/controller/ttnController.ts @@ -51,7 +51,7 @@ router.post( res.status(401).json({ error: "Authentication failed" }); return; } - console.log("Bearer token is correct!"); + //console.log("Bearer token is correct!"); } catch (error) { console.error("Error during authentication:", error);