Remove log

This commit is contained in:
Justin Edmund 2022-12-23 21:02:16 -08:00
parent 51e67f69c1
commit 60aae7b598

View file

@ -47,8 +47,6 @@ const Party = (props: Props) => {
},
}
console.log(body)
return await api.endpoints.parties.create(body)
}