Remove debug trace
[vchess.git] / public / javascripts / components / game.js
index 91e13e4..e229cdf 100644 (file)
@@ -1167,7 +1167,6 @@ Vue.component('my-game', {
                        setTimeout(() => { modalBox.checked = false; }, 2000);
                },
                endGame: function(score) {
-                       console.log("call " + score + " " + this.mode);
                        this.score = score;
                        if (["human","computer"].includes(this.mode))
                        {