From 0f32fef15f7c34c6d058d03b851b1933c628c2b9 Mon Sep 17 00:00:00 2001 From: Vixalie Date: Thu, 26 Mar 2026 17:16:31 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E7=A7=BB=E9=99=A4=E8=B0=83=E8=AF=95?= =?UTF-8?q?=E4=BF=A1=E6=81=AF=EF=BC=8C=E6=B8=85=E7=90=86=E5=8A=A0=E8=BD=BD?= =?UTF-8?q?=E5=87=BD=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/routes/+layout.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/routes/+layout.ts b/src/routes/+layout.ts index 92c2da3..d260009 100644 --- a/src/routes/+layout.ts +++ b/src/routes/+layout.ts @@ -17,7 +17,6 @@ function isGuardedPage(pathname: string) { export const load: LayoutLoad = async ({url}) => { const currentOpenedDataset = get(openedDatasetDir); - console.debug('[Main Load]', currentOpenedDataset, url); if (isNil(currentOpenedDataset) && isGuardedPage(url.pathname)) { redirect(303, "/boot");