X-Git-Url: https://git.auder.net/variants/%24%7Bobj.vname%7D/style.css?a=blobdiff_plain;f=client%2Fsrc%2Fviews%2FHall.vue;h=c91e1270c1f0e8e4858e47f738a47c5cbb72778c;hb=b2273c1bfd09e4ecf5e123cfa2eef2fa60838399;hp=4708bcfc40ea8ff8e5eeaaace4107dec25d81b73;hpb=7f9a01c07ec7e0aa55854d8cefafb1c94fbff6f3;p=vchess.git diff --git a/client/src/views/Hall.vue b/client/src/views/Hall.vue index 4708bcfc..c91e1270 100644 --- a/client/src/views/Hall.vue +++ b/client/src/views/Hall.vue @@ -873,10 +873,6 @@ export default { let newGame = game; newGame.type = this.classifyObject(game); newGame.vname = this.getVname(game.vid); - - -console.log(newGame.vname); -console.log(game.vid); if (!game.score) // New game from Hall newGame.score = "*";