Update common.ts

This commit is contained in:
syuilo 2024-08-20 21:04:58 +09:00
parent 40dd443f41
commit 216be5e209
1 changed files with 0 additions and 1 deletions

View File

@ -266,7 +266,6 @@ export async function common(createVue: () => App<Element>) {
} }
function removeSplash() { function removeSplash() {
console.log('remove splash');
const splash = document.getElementById('splash'); const splash = document.getElementById('splash');
if (splash) { if (splash) {
splash.style.opacity = '0'; splash.style.opacity = '0';