Skip to content
This repository has been archived by the owner on Oct 4, 2023. It is now read-only.

Commit

Permalink
Remove extraneous navState log (#2087)
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanjeffers authored Oct 6, 2022
1 parent 5b2566c commit 7959410
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/mobile/src/screens/root-screen/RootScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ export const RootScreen = ({ isReadyToSetupBackend }: RootScreenProps) => {
const accountStatus = useSelector(getAccountStatus)
const [isInitting, setIsInittng] = useState(true)
const { updateRequired } = useUpdateRequired()
const navState = useNavigationState((x) => x)
console.log(navState)

useEffect(() => {
// Setup the backend when ready
Expand Down

0 comments on commit 7959410

Please sign in to comment.