mirror of
https://github.com/stonith404/pingvin-share.git
synced 2025-01-29 01:28:59 -05:00
refactor: remove console log
This commit is contained in:
parent
d6a88f2a22
commit
a165f8ec4d
1 changed files with 0 additions and 1 deletions
|
@ -50,7 +50,6 @@ const Body = ({
|
|||
<Stack>
|
||||
<form
|
||||
onSubmit={form.onSubmit(async (values) => {
|
||||
console.log(values);
|
||||
userService
|
||||
.create(values)
|
||||
.then(() => {
|
||||
|
|
Loading…
Add table
Reference in a new issue