forked from noxious/client
Removed debug console log
This commit is contained in:
parent
79fa54b1bb
commit
af5a97f66d
@ -142,7 +142,6 @@ const selectedHairId = ref<string | null>(null)
|
|||||||
|
|
||||||
// Fetch characters
|
// Fetch characters
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
console.log(SocketEvent.CHARACTER_LIST)
|
|
||||||
gameStore.connection?.emit(SocketEvent.CHARACTER_LIST)
|
gameStore.connection?.emit(SocketEvent.CHARACTER_LIST)
|
||||||
}, 750)
|
}, 750)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user