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

@@ -5,7 +5,6 @@
export const useRuneStyles = () => {
const { data: perksData } = useFetch('/api/cdragon/perks')
const { data: stylesData } = useFetch('/api/cdragon/perkstyles')
console.log(stylesData.value)
const perks = reactive(new Map<number, Perk>())
watch(