remove debug print

This commit is contained in:
Lion Kortlepel 2024-10-04 23:22:50 +02:00
parent 85908e42d5
commit 0c68f91fb2
No known key found for this signature in database
GPG Key ID: 4322FF2B4C71259B

View File

@ -137,7 +137,6 @@ void CheckLocalKey() {
if (d.contains("id")) {
UserID = d["id"].get<int>();
}
// info(Role);
} else {
info("Auto-Authentication unsuccessful please re-login!");
UpdateKey(nullptr);