Merge pull request #120 from Qortal/feature/remove-apikey-storage

remove log
This commit is contained in:
Phillip
2025-07-28 16:40:38 +03:00
committed by GitHub

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;