fix: remove unused logs
All checks were successful
pipeline / lint-and-format (push) Successful in 4m35s
pipeline / build-and-push-images (push) Successful in 1m21s

This commit is contained in:
2026-04-30 10:55:40 +02:00
parent 7051ace13f
commit a0b3e49759
3 changed files with 0 additions and 4 deletions

View File

@@ -78,7 +78,6 @@ watch(
// Add timeout to prevent infinite loading
const loadingTimeout = setTimeout(() => {
if (isLoading.value && !championData.value && !error.value) {
console.warn('Champion data loading timed out')
error.value = 'Loading took too long. Please try again.'
isLoading.value = false
}