diff --git a/packages/web/pages/[username]/[slug]/debug.tsx b/packages/web/pages/[username]/[slug]/debug.tsx index 1a6c1b46f..ae4bd375f 100644 --- a/packages/web/pages/[username]/[slug]/debug.tsx +++ b/packages/web/pages/[username]/[slug]/debug.tsx @@ -218,54 +218,6 @@ export default function Debug(): JSX.Element { ) })} - {/* - {sortedAttributes.length > 0 ? ( - sortedAttributes.map((attribute, i) => { - return ( - - // - // {`created ${formattedShortDate(email.createdAt)}, `} - // {`${email.subscriptionCount} subscriptions`} - // - } - // titleElement={ - // - // - // - // } - /> - ) - }) - ) : ( - - )} - */} ) }