diff options
Diffstat (limited to 'src/lib/merchant/components/Merchant.jsx')
| -rw-r--r-- | src/lib/merchant/components/Merchant.jsx | 2 |
1 files changed, 0 insertions, 2 deletions
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(() => { <InformasiPerusahaan buttonSubmitClick={buttonSubmitClick} />; - console.log('MASUK SINI'); }, [buttonSubmitClick]); // useEffect(() => { |
