Skip to content

Commit cb0d79f

Browse files
committed
chore: remove console log
1 parent 7f41d8f commit cb0d79f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/pages/[...locale]/[projects]/[project].astro

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ export const getStaticPaths = async () => {
1818
};
1919
2020
const page = Astro.props;
21-
22-
console.log(page.data);
2321
const { Content } = await render(page);
2422
---
2523

0 commit comments

Comments
 (0)