Skip to content

Commit

Permalink
Remove debug log
Browse files Browse the repository at this point in the history
Signed-off-by: Axel Boberg <[email protected]>
  • Loading branch information
axelboberg committed May 16, 2024
1 parent 7d65476 commit fb4158f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/components/Onboarding/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ export function Onboarding ({ onClose = () => {} }) {
const [shared, applyShared] = React.useContext(SharedContext)

React.useEffect(() => {
console.log('Getting time', new Date(content.updatedAt).getTime(), shared?._userDefaults?.didCompleteOnboarding)

if (shared?._userDefaults == null) {
return
}
Expand Down

0 comments on commit fb4158f

Please sign in to comment.