Removed debug console log

This commit is contained in:
Dennis Postma 2025-02-16 19:04:35 +01:00
parent 79fa54b1bb
commit af5a97f66d

View File

@ -142,7 +142,6 @@ const selectedHairId = ref<string | null>(null)
// Fetch characters
setTimeout(() => {
console.log(SocketEvent.CHARACTER_LIST)
gameStore.connection?.emit(SocketEvent.CHARACTER_LIST)
}, 750)