aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlonkaars <l.leblansch@gmail.com>2021-03-30 16:26:55 +0200
committerlonkaars <l.leblansch@gmail.com>2021-03-30 16:26:55 +0200
commit609c78e15c43ae0a3733640c724e2f3b1a08ab80 (patch)
treefbce0eb1e7109a98c893bb78c78cee24aa2248d7
parentcccd9fccfb6eb2b16878d7488aa3fab578b621cc (diff)
removed console.log
-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
}