diff --git a/frontend/src/component/admin/users/UsersList/UsersList.tsx b/frontend/src/component/admin/users/UsersList/UsersList.tsx index 1da2dc7a0c..d2d6f8a9cd 100644 --- a/frontend/src/component/admin/users/UsersList/UsersList.tsx +++ b/frontend/src/component/admin/users/UsersList/UsersList.tsx @@ -85,9 +85,6 @@ const UsersList = () => { } }; - const handleCatch = () => - console.log('An exception was thrown and handled.'); - const closeConfirm = () => { setShowConfirm(false); setEmailSent(false);