Remove debug

This commit is contained in:
Eric Bailey
2023-11-28 14:16:50 -06:00
parent 69bf8a59b6
commit a0d984ad38
-2
View File
@@ -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<HomeTabNavigatorParams, 'Home'>
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()