Skip to content

Commit

Permalink
Remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
IanPhilips committed Jan 27, 2025
1 parent 209f0a8 commit 057e036
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion web/components/buttons/user-settings-button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ export function UserSettingButton(props: { user: User }) {

useEffect(() => {
const tab = router.query.tab?.toString().toLowerCase()
console.log('tab', tab)
if (!tab) return

const isYou = currentPrivateUser?.id === userId
Expand Down

0 comments on commit 057e036

Please sign in to comment.