diff --git a/src/client/app/composables/head.ts b/src/client/app/composables/head.ts index f94fec07..b1f92529 100644 --- a/src/client/app/composables/head.ts +++ b/src/client/app/composables/head.ts @@ -14,9 +14,6 @@ export function useUpdateHead(route: Route, siteDataByRouteRef: Ref) { return } - console.log(managedHeadTags) - console.log(newTags) - const newEls: HTMLElement[] = [] const commonLength = Math.min(managedHeadTags.length, newTags.length) for (let i = 0; i < commonLength; i++) {