From 614abfbe903225ddda9ff7a1b9bcc6a90a9b8731 Mon Sep 17 00:00:00 2001 From: LD-Reborn Date: Sat, 25 Oct 2025 23:25:06 +0200 Subject: [PATCH] Removed stray logging --- src/Views/Home/Users.cshtml | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Views/Home/Users.cshtml b/src/Views/Home/Users.cshtml index 7a70841..68a553d 100644 --- a/src/Views/Home/Users.cshtml +++ b/src/Views/Home/Users.cshtml @@ -742,7 +742,6 @@ groups: JSON.parse(updateBtn.dataset.userGroups || '[]'), }; - console.log(data); // Fill modal fields document.getElementById('detailUid').value = data.uid || '';