upd: hapus console.log

This commit is contained in:
2026-04-20 17:07:49 +08:00
parent 47cb146c5a
commit de5ad545a7
2 changed files with 0 additions and 3 deletions

View File

@@ -11,8 +11,6 @@ export default function Feature() {
const entityUser = useSelector((state: any) => state.user)
const { colors } = useTheme();
console.log({entityUser})
return (
<SafeAreaView style={{ flex: 1, backgroundColor: colors.background }}>
<Stack.Screen

View File

@@ -29,7 +29,6 @@ export default function ViewLogin({ onValidate }: Props) {
setLoadingLogin(true)
const response = await apiCheckPhoneLogin({ phone: `62${phone}` })
if (response.success) {
console.log({ response })
if (response.isWithoutOTP) {
const encrypted = await encryptToken(response.id)
signIn(encrypted)