Skip to content

Commit

Permalink
Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
RunarVestmann committed Oct 16, 2024
1 parent 7ae9480 commit bee11ea
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,6 @@ const ProjectSubpageSlugField = () => {
return
}

console.log(projectPage)

const subpageIds: string[] =
projectPage?.fields?.projectSubpages?.[defaultLocale]?.map(
(subpage) => subpage.sys.id,
Expand Down

0 comments on commit bee11ea

Please sign in to comment.