summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorit-fixcomart <it@fixcomart.co.id>2024-10-01 08:46:55 +0700
committerit-fixcomart <it@fixcomart.co.id>2024-10-01 08:46:55 +0700
commit50bf76a1bd5ff592a84cc49bd8ef95ac4def0fdc (patch)
tree9fb1dac14d670647ac0da0d8601789004b62eaea
parent0a5fdb5d712a23164d9da0758d4f88ab70ef1f2e (diff)
<iman> delete cosole log
-rw-r--r--src-migrate/modules/page-content/index.tsx1
-rw-r--r--src/lib/address/components/EditAddress.jsx1
2 files changed, 0 insertions, 2 deletions
diff --git a/src-migrate/modules/page-content/index.tsx b/src-migrate/modules/page-content/index.tsx
index af597641..edecb855 100644
--- a/src-migrate/modules/page-content/index.tsx
+++ b/src-migrate/modules/page-content/index.tsx
@@ -20,7 +20,6 @@ const PageContent = ({ path }: Props) => {
`src="${process.env.NEXT_PUBLIC_ODOO_API_HOST}/web/image`
);
}, [data]);
- console.log('parsedContent', parsedContent);
if (isLoading) return <PageContentSkeleton />;
return <div dangerouslySetInnerHTML={{ __html: parsedContent || '' }}></div>;
diff --git a/src/lib/address/components/EditAddress.jsx b/src/lib/address/components/EditAddress.jsx
index 53368947..182c8a31 100644
--- a/src/lib/address/components/EditAddress.jsx
+++ b/src/lib/address/components/EditAddress.jsx
@@ -124,7 +124,6 @@ const EditAddress = ({ id, defaultValues }) => {
alamat_lengkap_text: values.alamat_wajib_pajak,
street: values.street,
};
- console.log('dataAlamat', dataAlamat);
isUpdated = await odooApi(
'PUT',
`/api/v1/partner/${auth.parentId}`,