Skip to content

Commit

Permalink
remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
chennisden committed Jun 6, 2024
1 parent 96f40b4 commit 0a7b8fb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/hooks/auth.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ export const AuthenticationProvider = (props: AuthenticationProviderProps) => {
});

useEffect(() => {
console.log(apiKey, " api key lol")
if (apiKey === null) {
deleteLocalStorageApiKey();
} else {
Expand Down

0 comments on commit 0a7b8fb

Please sign in to comment.