From a559611e047a16ba1b5459f6c3692d12f03b4ad9 Mon Sep 17 00:00:00 2001 From: Jonathan Bourdon Date: Fri, 18 Apr 2025 01:48:26 -0400 Subject: [PATCH] Someone forgot a console.log --- frontend/src/plugins/api.js | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/plugins/api.js b/frontend/src/plugins/api.js index 76a5bdd..5719a1e 100644 --- a/frontend/src/plugins/api.js +++ b/frontend/src/plugins/api.js @@ -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);