guides: delete console.log

This commit is contained in:
Matilde Park 2022-10-10 17:05:26 -07:00
parent 3872f7708c
commit fe3fa21b68

View File

@ -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",