Skip to content

Commit

Permalink
Remove logging statement
Browse files Browse the repository at this point in the history
  • Loading branch information
dogmar committed Nov 10, 2023
1 parent 82a382b commit 21d54bc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -440,8 +440,6 @@ export default function Index({
articleCards,
globalProps,
}: InferGetStaticPropsType<typeof getStaticProps>) {
console.log('articleCards', articleCards)

return (
<>
<HeaderPad
Expand Down

0 comments on commit 21d54bc

Please sign in to comment.