Skip to content

Commit

Permalink
remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
RODO94 committed Sep 30, 2024
1 parent 7675e91 commit 3a3653e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ export const RemoveUserModal = ({

const removeUser = useStore.getState().deleteUser;
const handleClick = async () => {
console.log("handle click called");
if (!initialValues?.id) {
return;
}
Expand Down

0 comments on commit 3a3653e

Please sign in to comment.