Remove log

zio/stable
Eric Bailey 2024-03-20 16:46:37 -05:00
parent bcffaffc07
commit 5c08f0d95b
1 changed files with 0 additions and 1 deletions

View File

@ -33,7 +33,6 @@ export function StepHandle() {
useFocusEffect(
React.useCallback(() => {
console.log('run')
setValidCheck(validateHandle(state.handle, state.userDomain))
}, [state.handle, state.userDomain]),
)