From 60aae7b5987787dd827e1a6cb893d7bb6771b33e Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Fri, 23 Dec 2022 21:02:16 -0800 Subject: [PATCH] Remove log --- components/Party/index.tsx | 2 -- 1 file changed, 2 deletions(-) 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) }