From 0febbed1a36cbdb1df2ef770ebfcb5ef9b1f1c70 Mon Sep 17 00:00:00 2001 From: Keith Irwin Date: Tue, 1 Nov 2022 19:35:53 -0600 Subject: [PATCH] Added debugging --- front/admin.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/admin.js b/front/admin.js index 3029185..c5d6f22 100644 --- a/front/admin.js +++ b/front/admin.js @@ -193,7 +193,7 @@ function PeerList() { self.delUser = async () => { user = self.users().find( (u)=>{ - console.log(u) + console.log(u.name) return u.name===self.userToDelete() } ) if (confirm(`Are you sure you want to delete ${user.name}?`)) {