fix: remove console error logging from QR code initialization

v3.2
wxg0103 2025-09-26 14:41:03 +08:00
parent 88023f34ba
commit c56742f9b3
3 changed files with 0 additions and 3 deletions

View File

@ -72,7 +72,6 @@ const init = async () => {
}
})
} catch (error) {
console.error('Error initializing login panel:', error)
}
}

View File

@ -114,7 +114,6 @@ const initActive = async () => {
}
)
} catch (error) {
console.error(error)
}
}

View File

@ -64,7 +64,6 @@ const init = async () => {
}
})
} catch (error) {
console.error('Error initializing login panel:', error)
}
}