Someone forgot a console.log

This commit is contained in:
2025-04-18 01:48:26 -04:00
parent b455f29d07
commit a559611e04

View File

@@ -17,7 +17,6 @@ export function useClient() {
// Proactively check and refresh token if needed
if (authStore.isAuthenticated) {
try {
console.log('within api call')
await authStore.ensureValidToken();
} catch (error) {
console.error('Failed to ensure valid token:', error);