From 26eb62b05410e6fb101290992a670538b3bf245a Mon Sep 17 00:00:00 2001 From: Dennis Postma Date: Thu, 19 Sep 2024 23:01:10 +0200 Subject: [PATCH] Removed redundant wachter --- src/components/zone/Zone.vue | 8 -------- 1 file changed, 8 deletions(-) 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(() => {