From 2ab080f4d6109e8abc570a422d562bafb0ca4d5e Mon Sep 17 00:00:00 2001 From: it-fixcomart Date: Mon, 30 Dec 2024 16:28:20 +0700 Subject: delete console log --- src/lib/form/components/Merchant.jsx | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') diff --git a/src/lib/form/components/Merchant.jsx b/src/lib/form/components/Merchant.jsx index a5f2c1e8..6277114c 100644 --- a/src/lib/form/components/Merchant.jsx +++ b/src/lib/form/components/Merchant.jsx @@ -98,7 +98,6 @@ const CreateMerchant = () => { const dataProfile = await addressApi({ id: auth.parentId ? auth.parentId : auth.partnerId, }); - console.log('dataProfile', dataProfile); setValue('company', dataProfile?.name); setValue('address', dataProfile?.alamatBisnis); setValue('state', parseInt(dataProfile.stateId.id)); @@ -146,7 +145,6 @@ const CreateMerchant = () => { }, [auth, watchState]); const watchCity = watch('city'); - console.log('watchCity', watchCity); useEffect(() => { if (watchCity) { -- cgit v1.2.3