From 99d9d1341959bb7d5ca8e1ca4e383ea535a05264 Mon Sep 17 00:00:00 2001 From: Ivan Kuzmenko <6745157+rndtrash@users.noreply.github.com> Date: Thu, 23 Oct 2025 05:16:31 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B9,=20console.log=20=D1=83=D0=B1?= =?UTF-8?q?=D0=B5=D0=B6=D0=B0=D0=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/routes/+page.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/routes/+page.ts b/src/routes/+page.ts index 1c87cc4..e430cc1 100644 --- a/src/routes/+page.ts +++ b/src/routes/+page.ts @@ -9,7 +9,6 @@ export async function load() { } catch (ex) { throw "Не удалось найти текст для главной страницы"; } - console.log("TEST", md.default); return { content: md.default, posts: (await fetchPostsSorted(sortPostsByPostAndUpdateDate)).slice(0, LATEST_POSTS_COUNT)