0
Fork 0
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:
Elias Schneider 2022-12-08 23:22:15 +01:00
parent d6a88f2a22
commit a165f8ec4d

View file

@ -50,7 +50,6 @@ const Body = ({
<Stack>
<form
onSubmit={form.onSubmit(async (values) => {
console.log(values);
userService
.create(values)
.then(() => {