remove log

This commit is contained in:
2025-07-28 16:39:58 +03:00
parent 6c0b430685
commit fa67ced492

View File

@@ -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;