From b68a5e70a32e0edd70f590874446423faf0790e6 Mon Sep 17 00:00:00 2001 From: tutaru99 Date: Tue, 3 Dec 2024 15:04:27 +0100 Subject: [PATCH] removd debugging --- utils/seoCanonicalUrlHandler.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/utils/seoCanonicalUrlHandler.ts b/utils/seoCanonicalUrlHandler.ts index 44f610b..ac46352 100644 --- a/utils/seoCanonicalUrlHandler.ts +++ b/utils/seoCanonicalUrlHandler.ts @@ -6,8 +6,6 @@ export const seoCanonicalUrlHandler = (url: string, isFrontPage: boolean) => { } const currentDomain = useGetCurrentDomain(); - console.log('seoCanonicalUrlHandler from the composable:', currentDomain); - if (isFrontPage) { return currentDomain;