Add debug traces to understand what happens with first corr move
authorBenjamin Auder <benjamin.auder@somewhere>
Wed, 4 Mar 2020 22:40:05 +0000 (23:40 +0100)
committerBenjamin Auder <benjamin.auder@somewhere>
Wed, 4 Mar 2020 22:40:05 +0000 (23:40 +0100)
client/src/utils/gameStorage.js

index dfbd639..2756496 100644 (file)
@@ -62,6 +62,7 @@ export const GameStorage = {
   update: function(gameId, obj) {
     if (Number.isInteger(gameId) || !isNaN(parseInt(gameId))) {
       // corr: only move, fen and score
+console.log(obj.move);
       ajax("/games", "PUT", {
         gid: gameId,
         newObj: {