diff --git a/client/pages/post/[id].tsx b/client/pages/post/[id].tsx index 2e5d69ad..b523d688 100644 --- a/client/pages/post/[id].tsx +++ b/client/pages/post/[id].tsx @@ -116,8 +116,6 @@ export const getServerSideProps: GetServerSideProps = async (context) => { "Authorization": `Bearer ${driftToken}` } }).then(res => res.json()); - - console.log(post); } return {