From 0c68f91fb293797047a3982ed86d64b9b2d0c364 Mon Sep 17 00:00:00 2001 From: Lion Kortlepel Date: Fri, 4 Oct 2024 23:22:50 +0200 Subject: [PATCH] remove debug print --- src/Security/Login.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Security/Login.cpp b/src/Security/Login.cpp index 750ecfe..020d790 100644 --- a/src/Security/Login.cpp +++ b/src/Security/Login.cpp @@ -137,7 +137,6 @@ void CheckLocalKey() { if (d.contains("id")) { UserID = d["id"].get(); } - // info(Role); } else { info("Auto-Authentication unsuccessful please re-login!"); UpdateKey(nullptr);