diff --git a/src/components/ui/NeynarAuthButton.tsx b/src/components/ui/NeynarAuthButton.tsx index fbd3900..82e9307 100644 --- a/src/components/ui/NeynarAuthButton.tsx +++ b/src/components/ui/NeynarAuthButton.tsx @@ -473,13 +473,6 @@ export function NeynarAuthButton() { Initializing... ) : ( - /* The above code is a conditional rendering block in a TypeScript React component. It checks - if the environment variable `NODE_ENV` is set to "development", and if so, it renders a - debug info section displaying various boolean values related to the application state. - This debug info includes values such as `authenticated`, `isSuccess`, `validSignature`, - `hasData`, `isPolling`, `isError`, `hasStoredAuth`, `hasUrl`, and `hasChannelToken`. These - values are displayed in a formatted JSON string within a `
` element for easy
-          readability during development. */
             <>
               Sign in with Neynar