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';