From 3926154fec498ea58da503efda7b1282894c1b3e Mon Sep 17 00:00:00 2001 From: Jackson Harper Date: Tue, 2 Jan 2024 18:48:58 +0800 Subject: [PATCH] Remove old code --- .../web/pages/[username]/[slug]/debug.tsx | 48 ------------------- 1 file changed, 48 deletions(-) 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={ - // - // - // - // } - /> - ) - }) - ) : ( - - )} - */} ) }