Skip to content

Commit 6ebf249

Browse files
author
Alex Patterson
committed
remove console
1 parent b5ffecd commit 6ebf249

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

nextjs/pages/post/[id].tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ export async function getStaticProps({ params }) {
5656
query: getPost,
5757
variables: { id: id },
5858
});
59-
console.log(postData);
6059
return {
6160
props: {
6261
post: postData.data.getPost,

0 commit comments

Comments
 (0)