From 216be5e20974552f19e7367f42698030c650f96d Mon Sep 17 00:00:00 2001 From: syuilo <4439005+syuilo@users.noreply.github.com> Date: Tue, 20 Aug 2024 21:04:58 +0900 Subject: [PATCH] Update common.ts --- packages/frontend/src/boot/common.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/frontend/src/boot/common.ts b/packages/frontend/src/boot/common.ts index 605ea8ef3f..f3ad468230 100644 --- a/packages/frontend/src/boot/common.ts +++ b/packages/frontend/src/boot/common.ts @@ -266,7 +266,6 @@ export async function common(createVue: () => App) { } function removeSplash() { - console.log('remove splash'); const splash = document.getElementById('splash'); if (splash) { splash.style.opacity = '0';