summaryrefslogtreecommitdiff
path: root/src-migrate/modules
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 /src-migrate/modules
parent0a5fdb5d712a23164d9da0758d4f88ab70ef1f2e (diff)
<iman> delete cosole log
Diffstat (limited to 'src-migrate/modules')
-rw-r--r--src-migrate/modules/page-content/index.tsx1
1 files changed, 0 insertions, 1 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>;