From fe3fa21b684cee2b1f4c859b1bbf0f6b7a1ee3ab Mon Sep 17 00:00:00 2001 From: Matilde Park Date: Mon, 10 Oct 2022 17:05:26 -0700 Subject: [PATCH] guides: delete console.log --- pages/guides/[[...slug]].js | 1 - 1 file changed, 1 deletion(-) diff --git a/pages/guides/[[...slug]].js b/pages/guides/[[...slug]].js index e553a30..f954eae 100644 --- a/pages/guides/[[...slug]].js +++ b/pages/guides/[[...slug]].js @@ -304,7 +304,6 @@ export async function getStaticProps({ params }) { join(process.cwd(), "content/guides", params.slug?.join("/") || "/"), true ); - console.log(data); const previousPost = getPreviousPost( params.slug?.slice(-1).join("") || "guides",