diff --git a/src/pages/rules/[mode].astro b/src/pages/rules/[mode].astro index 84596ad..50a86a3 100644 --- a/src/pages/rules/[mode].astro +++ b/src/pages/rules/[mode].astro @@ -7,8 +7,6 @@ import LanguageWarning from "@components/LanguageWarning.astro"; export const getStaticPaths = createGetStaticPaths(async () => { let posts = await getCollection("rules", value => value.id.split("/")[0] === astroI18n.locale); - console.log(posts); - const germanPosts = await getCollection("rules", entry => entry.id.split("/")[0] === "de"); germanPosts.forEach(value => {