Skip to content

Commit

Permalink
refactor: remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
stonith404 committed Dec 8, 2022
1 parent d6a88f2 commit a165f8e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/components/admin/showCreateUserModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ const Body = ({
<Stack>
<form
onSubmit={form.onSubmit(async (values) => {
console.log(values);
userService
.create(values)
.then(() => {
Expand Down

0 comments on commit a165f8e

Please sign in to comment.