From 609c78e15c43ae0a3733640c724e2f3b1a08ab80 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Tue, 30 Mar 2021 16:26:55 +0200 Subject: removed console.log --- pages/index.tsx | 1 - 1 file changed, 1 deletion(-) 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 } -- cgit v1.2.3