From fa59942769ea91036452cfd8dfbeff5592507f91 Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Thu, 22 Jun 2023 02:04:14 -0700 Subject: [PATCH] Remove a log --- components/toasts/RemixedToast/index.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/components/toasts/RemixedToast/index.tsx b/components/toasts/RemixedToast/index.tsx index e1c4b3d9..8bc533a0 100644 --- a/components/toasts/RemixedToast/index.tsx +++ b/components/toasts/RemixedToast/index.tsx @@ -17,9 +17,7 @@ const RemixedToast = ({ onCloseClick, }: Props) => { const { t } = useTranslation('common') - useEffect(() => { - console.log(partyName) - }, []) + // Methods: Event handlers function handleOpenChange() { onOpenChange(open)