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 {