X-Git-Url: https://git.auder.net/images/pieces/current/gitweb.js?a=blobdiff_plain;f=public%2Fjavascripts%2Fbase_rules.js;h=346eff0df94e3d8a4317c5fc8cd351f4b4e904cb;hb=55eb331d0a9262baafcae5a42258a44d00f38da4;hp=cb426f3f4f9bfbc0406c7e38904f3a7ce0ffbcfd;hpb=f6cc7faf4301dc4a7ae5bb07f16403f280beddc3;p=vchess.git diff --git a/public/javascripts/base_rules.js b/public/javascripts/base_rules.js index cb426f3f..346eff0d 100644 --- a/public/javascripts/base_rules.js +++ b/public/javascripts/base_rules.js @@ -699,8 +699,6 @@ class ChessRules play(move, ingame) { - console.log("play " + this.getNotation(move)); - console.log(JSON.stringify(move)); if (!!ingame) move.notation = this.getNotation(move); @@ -718,7 +716,6 @@ class ChessRules this.moves.pop(); this.unupdateVariables(move); this.parseFlags(JSON.parse(move.flags)); - console.log("undo " + this.getNotation(move)); } //////////////