diff --git a/components/Party/index.tsx b/components/Party/index.tsx index 3f0e1fc7..d2dd91e7 100644 --- a/components/Party/index.tsx +++ b/components/Party/index.tsx @@ -47,8 +47,6 @@ const Party = (props: Props) => { }, } - console.log(body) - return await api.endpoints.parties.create(body) }