diff --git a/src/components/screens/Characters.vue b/src/components/screens/Characters.vue index 9516e92..36b3936 100644 --- a/src/components/screens/Characters.vue +++ b/src/components/screens/Characters.vue @@ -142,7 +142,6 @@ const selectedHairId = ref(null) // Fetch characters setTimeout(() => { - console.log(SocketEvent.CHARACTER_LIST) gameStore.connection?.emit(SocketEvent.CHARACTER_LIST) }, 750)