From 024fc53e624ddaf4e0ef94ce80c94bee4ef8235e Mon Sep 17 00:00:00 2001 From: JULLIEN Baptiste Date: Tue, 30 Apr 2024 15:36:16 +0200 Subject: [PATCH] fix(front): remove console.log --- frontend/src/routes/admin/accounts/+page.svelte | 2 -- 1 file changed, 2 deletions(-) diff --git a/frontend/src/routes/admin/accounts/+page.svelte b/frontend/src/routes/admin/accounts/+page.svelte index 0269fe8..4a972f3 100644 --- a/frontend/src/routes/admin/accounts/+page.svelte +++ b/frontend/src/routes/admin/accounts/+page.svelte @@ -110,8 +110,6 @@ account.card_id = account.card_id ?? ''; } }); - } else { - console.log('test'); } }