From a165f8ec4de1c47cc7279c626be4e46c0e25e189 Mon Sep 17 00:00:00 2001 From: Elias Schneider Date: Thu, 8 Dec 2022 23:22:15 +0100 Subject: [PATCH] refactor: remove console log --- frontend/src/components/admin/showCreateUserModal.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/components/admin/showCreateUserModal.tsx b/frontend/src/components/admin/showCreateUserModal.tsx index 38a480c57..a794090e7 100644 --- a/frontend/src/components/admin/showCreateUserModal.tsx +++ b/frontend/src/components/admin/showCreateUserModal.tsx @@ -50,7 +50,6 @@ const Body = ({
{ - console.log(values); userService .create(values) .then(() => {