Skip to content

Commit

Permalink
removd debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
tutaru99 committed Dec 3, 2024
1 parent 3d2f0cc commit b68a5e7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions utils/seoCanonicalUrlHandler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit b68a5e7

Please sign in to comment.