groups: remove debug statement

This commit is contained in:
Patrick O'Sullivan 2022-03-22 15:20:16 -05:00
parent 0a62aa8f22
commit dfcc0bf7c3

View File

@ -89,7 +89,6 @@ export function Notification(props: {
}
const onClick = (e: any) => {
console.log({ notification });
const redirectFromLink = getNotificationRedirectFromLink(first.link);
const redirectFromPlacePath =
getNotificationRedirectFromPlacePath(notification);