chore: remove unnecessary comments and suppress error logging
This commit is contained in:
@@ -113,7 +113,6 @@ const appearanceMode = computed({
|
||||
}
|
||||
})
|
||||
|
||||
// Background Image Handling
|
||||
const handleImageUpload = (event) => {
|
||||
const file = event.target.files[0]
|
||||
if (file) {
|
||||
@@ -126,7 +125,6 @@ const handleImageUpload = (event) => {
|
||||
}
|
||||
}
|
||||
|
||||
// Helper to translate
|
||||
const t = (key) => store.t[key]
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user