Remove a log

This commit is contained in:
Justin Edmund 2023-06-22 02:04:14 -07:00
parent ca2d37afe8
commit fa59942769

View file

@ -17,9 +17,7 @@ const RemixedToast = ({
onCloseClick,
}: Props) => {
const { t } = useTranslation('common')
useEffect(() => {
console.log(partyName)
}, [])
// Methods: Event handlers
function handleOpenChange() {
onOpenChange(open)