1
0
forked from noxious/client

Removed console.log()s

This commit is contained in:
2024-09-21 00:12:35 +02:00
parent ec1a8f3f98
commit cfb3e427cf
5 changed files with 1 additions and 9 deletions

View File

@ -34,7 +34,6 @@ export const useZoneStore = defineStore('zone', {
}
},
removeCharacter(character_id: number) {
console.log('removing character', character_id)
this.characters = this.characters.filter((char) => char.id !== character_id)
},
reset() {