X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=public%2Fjavascripts%2Fcomponents%2Fgame.js;h=5c1e6024a273dee0196cf23920e8a502ab51bc1f;hb=1147d89554c96691f3db32ebab7618d31b5b097d;hp=6d05a2a6393d557d10d3c38f313843d245d610e0;hpb=383387d2404756263a52da5c37de30ff71afa37b;p=vchess.git diff --git a/public/javascripts/components/game.js b/public/javascripts/components/game.js index 6d05a2a6..5c1e6024 100644 --- a/public/javascripts/components/game.js +++ b/public/javascripts/components/game.js @@ -755,8 +755,6 @@ Vue.component('my-game', { this.possibleMoves = this.mode!="idle" && this.vr.canIplay(this.mycolor,startSquare) ? this.vr.getPossibleMovesFrom(startSquare) : []; - console.log(this.possibleMoves); - console.log(this.vr.promoted); e.target.parentNode.appendChild(this.selectedPiece); } },