remove game state logging
This commit is contained in:
parent
29f9c66a6c
commit
11eff6b755
@ -43,7 +43,6 @@ const { status, data, send, open, close } = useWebSocket<string>(`wss://${window
|
||||
const game = ref<Game | null>(null);
|
||||
const dealer = ref<boolean | null>(null);
|
||||
watchEffect(() => {
|
||||
console.log('data', data.value);
|
||||
if (data.value == null) {
|
||||
game.value = null;
|
||||
dealer.value = null;
|
||||
|
Loading…
Reference in New Issue
Block a user