aboutsummaryrefslogtreecommitdiff
path: root/pages
diff options
context:
space:
mode:
Diffstat (limited to 'pages')
-rw-r--r--pages/index.tsx1
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
}