diff --git a/AppDrawer.tsx b/AppDrawer.tsx index bdd993c..1b1c410 100644 --- a/AppDrawer.tsx +++ b/AppDrawer.tsx @@ -22,7 +22,6 @@ interface AppDrawerParams { export default function AppDrawer({ route, }: StackScreenProps<{ settings: AppDrawerParams }>) { - console.log(route.params.settings.startup); const dark = useDark(); return ( diff --git a/AppStack.tsx b/AppStack.tsx index aab679e..3fa2261 100644 --- a/AppStack.tsx +++ b/AppStack.tsx @@ -51,7 +51,6 @@ export type StackParams = { const Stack = createStackNavigator(); export default function AppStack({ settings }: { settings: Settings }) { - console.log({ settings }); return (