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 || '';