Skip to content

Commit

Permalink
chore: remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Jun 22, 2021
1 parent e6bb5a4 commit ce86b51
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/client/app/composables/head.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ export function useUpdateHead(route: Route, siteDataByRouteRef: Ref<SiteData>) {
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++) {
Expand Down

0 comments on commit ce86b51

Please sign in to comment.