Skip to content

Commit

Permalink
refactor(User): remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
Martijn-Faber committed Jul 18, 2022
1 parent 0200817 commit f47d0b1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/pages/User.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ const PrivacyScope: FC<{
}> = ({ scope }, { slots }) => {
const user = inject(UserContext);

console.log(user);

if (user?.value.privacySettings && user?.value.privacySettings[scope]) {
return slots.default && slots.default();
}
Expand Down

0 comments on commit f47d0b1

Please sign in to comment.