diff --git a/src/components/NotAuthenticated.tsx b/src/components/NotAuthenticated.tsx index fe51fdc..0d882c6 100644 --- a/src/components/NotAuthenticated.tsx +++ b/src/components/NotAuthenticated.tsx @@ -202,8 +202,6 @@ export const NotAuthenticated = ({ hasLocalNodeRef.current = hasLocalNode; }, [hasLocalNode]); - console.log('apiKey', apiKey); - const validateApiKey = useCallback(async (key, fromStartUp) => { try { if (key === 'isGateway') return;