From 0a7b8fb0d502a10ae76d2147aca7f7f924e93291 Mon Sep 17 00:00:00 2001 From: Dennis Chen Date: Wed, 5 Jun 2024 17:47:32 -0700 Subject: [PATCH] remove console log --- frontend/src/hooks/auth.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/hooks/auth.tsx b/frontend/src/hooks/auth.tsx index 49c1f209..b86be651 100644 --- a/frontend/src/hooks/auth.tsx +++ b/frontend/src/hooks/auth.tsx @@ -55,7 +55,6 @@ export const AuthenticationProvider = (props: AuthenticationProviderProps) => { }); useEffect(() => { - console.log(apiKey, " api key lol") if (apiKey === null) { deleteLocalStorageApiKey(); } else {