Skip to content

Commit a97652d

Browse files
committed
remove console
1 parent 673dd82 commit a97652d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Blog.res

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,6 @@ let getStaticProps_All: Next.GetStaticProps.t<props, params> = async _ctx => {
302302
posts: BlogApi.getLivePosts(),
303303
category: All,
304304
}
305-
Console.log(props.posts->Array.at(0))
306305
{"props": props}
307306
}
308307

0 commit comments

Comments
 (0)