From: Benjamin Auder Date: Wed, 19 Dec 2018 19:36:44 +0000 (+0100) Subject: Remove debug trace X-Git-Url: https://git.auder.net/?p=vchess.git;a=commitdiff_plain;h=f1cb85f915a7734b6900527039f505c391b234e5 Remove debug trace --- 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)) {