X-Git-Url: https://git.auder.net/js/rpsls.js?a=blobdiff_plain;f=public%2Fjavascripts%2Fcomponents%2Fgame.js;h=e229cdfbd06d5294faa7a8f70df41d384f9cc239;hb=f1cb85f915a7734b6900527039f505c391b234e5;hp=91e13e455f384f773861b31503f4dee50436cfcc;hpb=5e27be422b4d93d8db080c74570dddf3548ee93e;p=vchess.git diff --git a/public/javascripts/components/game.js b/public/javascripts/components/game.js index 91e13e45..e229cdfb 100644 --- a/public/javascripts/components/game.js +++ b/public/javascripts/components/game.js @@ -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)) {