Remove log from SettingsPage

This commit is contained in:
Brandon Presley 2022-12-24 19:35:20 +13:00
parent c2f98046cc
commit d088cf313b
1 changed files with 0 additions and 1 deletions

View File

@ -94,7 +94,6 @@ export default function SettingsPage() {
<Switch <Switch
value={value as boolean} value={value as boolean}
onPress={() => { onPress={() => {
console.log({value})
onChange(!value) onChange(!value)
}} }}
onChange={onChange}> onChange={onChange}>