diff --git a/src/components/zone/Zone.vue b/src/components/zone/Zone.vue index b678e40..c4b171d 100644 --- a/src/components/zone/Zone.vue +++ b/src/components/zone/Zone.vue @@ -57,14 +57,6 @@ gameStore.connection?.on('character:move', (data: ExtendedCharacterT) => { zoneStore.updateCharacter(data) }) -watch( - () => zoneStore.zone, - (newZone) => { - console.log('Zone changed:', newZone) - }, - { deep: true } -) - onBeforeMount(() => {}) onBeforeUnmount(() => {