diff --git a/src/view/screens/Home.tsx b/src/view/screens/Home.tsx index d135f2bb0c..e5a3035a47 100644 --- a/src/view/screens/Home.tsx +++ b/src/view/screens/Home.tsx @@ -14,7 +14,6 @@ import {usePreferencesQuery} from '#/state/queries/preferences' import {UsePreferencesQueryResponse} from '#/state/queries/preferences/types' import {emitSoftReset} from '#/state/events' import {useSession} from '#/state/session' -import {logger} from '#/logger' type Props = NativeStackScreenProps export function HomeScreen(props: Props) { @@ -36,7 +35,6 @@ function HomeScreenReady({ }: Props & { preferences: UsePreferencesQueryResponse }) { - logger.log('HomeScreenReady') const {hasSession} = useSession() const setMinimalShellMode = useSetMinimalShellMode() const setDrawerSwipeDisabled = useSetDrawerSwipeDisabled()