X-Git-Url: https://git.auder.net/?p=vchess.git;a=blobdiff_plain;f=client%2Fsrc%2Fviews%2FHall.vue;h=db8f528b00f069f844b125e83a75715c849dc984;hp=e8f7785f3a7495951f50e6382e4c9fb8d4e1d0da;hb=120fe373ca3b9e83e33bd59979af10fe09350fc5;hpb=50f1f7c38bae6100b15db1fdb263a1fb97b9266c diff --git a/client/src/views/Hall.vue b/client/src/views/Hall.vue index e8f7785f..db8f528b 100644 --- a/client/src/views/Hall.vue +++ b/client/src/views/Hall.vue @@ -447,7 +447,6 @@ export default { } case "connect": case "gconnect": -console.log(data.code + " " + data.from); this.$set(this.people, data.from, {name:"", id:0, gamer:data.code[0]=='g'}); this.st.conn.send(JSON.stringify({code:"askidentity", target:data.from})); if (data.code == "connect") @@ -457,7 +456,6 @@ console.log(data.code + " " + data.from); break; case "disconnect": case "pdisconnect": -console.log(data.code + " " + data.from); this.$delete(this.people, data.from); if (data.code == "disconnect") {