diff options
Diffstat (limited to 'pages/index.tsx')
-rw-r--r-- | pages/index.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pages/index.tsx b/pages/index.tsx index 116f2b4..91b8aef 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -56,7 +56,6 @@ export function getStaticProps() { }) var staticProps = { props: { posts: postsContent } }; - console.log(staticProps) return staticProps } |