Remove debug

This commit is contained in:
Eric Bailey
2023-11-28 14:20:52 -06:00
parent 2524b38295
commit 5138df038d
-2
View File
@@ -172,8 +172,6 @@ export function SettingsScreen({}: Props) {
dark: {color: colors.blue2},
})
console.log(AppInfo)
const dangerBg = useCustomPalette<ViewStyle>({
light: {backgroundColor: colors.red1},
dark: {backgroundColor: colors.red7},