Alice almost fixed
[vchess.git] / public / javascripts / components / game.js
index 5690eb1..397ba52 100644 (file)
@@ -675,7 +675,6 @@ Vue.component('my-game', {
                                this.possibleMoves = this.mode!="idle" && this.vr.canIplay(this.mycolor,startSquare)
                                        ? this.vr.getPossibleMovesFrom(startSquare)
                                        : [];
-                               console.log(this.possibleMoves);
                                e.target.parentNode.appendChild(this.selectedPiece);
                        }
                },