Remove useless logging
This commit is contained in:
@@ -19,7 +19,6 @@ const lanesMap = new Map()
|
|||||||
for(let champion of championsLanes.value) {
|
for(let champion of championsLanes.value) {
|
||||||
lanesMap.set(champion.alias, champion.lanes)
|
lanesMap.set(champion.alias, champion.lanes)
|
||||||
}
|
}
|
||||||
console.log(lanesMap)
|
|
||||||
|
|
||||||
const filteredChampions = ref(champions)
|
const filteredChampions = ref(champions)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user