Skip to content

Commit 8076205

Browse files
committed
feat(blog): remove all console.log
1 parent fda68e8 commit 8076205

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/pages/blog/[slug]/index.astro

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ export async function getStaticPaths() {
2727
try {
2828
const log = await git.log({ file });
2929
lastCommit = log.latest;
30-
console.log({ log, file })
3130
} catch (err) {
3231
console.log(err);
3332
}
@@ -65,9 +64,6 @@ const tableOfContents = headings
6564
depth: headings.depth === 2 ? 1 : 2,
6665
}));
6766
68-
69-
console.log({ lastCommit });
70-
7167
---
7268

7369
<Layout

0 commit comments

Comments
 (0)