From 238c675eecaf6f4f953d87c4b0a128bfa139cff4 Mon Sep 17 00:00:00 2001 From: it-fixcomart Date: Wed, 22 Jan 2025 10:06:37 +0700 Subject: update merchant --- src/lib/merchant/components/Merchant.jsx | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/lib/merchant/components/Merchant.jsx') diff --git a/src/lib/merchant/components/Merchant.jsx b/src/lib/merchant/components/Merchant.jsx index 28244be6..a92619b6 100644 --- a/src/lib/merchant/components/Merchant.jsx +++ b/src/lib/merchant/components/Merchant.jsx @@ -36,7 +36,6 @@ const Merchant = () => { const [error, setError] = useState(false); const handleIsError = (value) => { - console.log('LAHKAH SELANJUTNYA', value); if (!value) { goToNextStep(); } @@ -80,7 +79,6 @@ const Merchant = () => { useEffect(() => { ; - console.log('MASUK SINI'); }, [buttonSubmitClick]); // useEffect(() => { -- cgit v1.2.3