From dee73abb90543c31692b6bc7d516dea6394a231a Mon Sep 17 00:00:00 2001 From: Chaoscaot Date: Sat, 17 Feb 2024 02:51:58 +0100 Subject: [PATCH] Again --- src/pages/rules/[mode].astro | 2 -- 1 file changed, 2 deletions(-) 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 => {