Add debug trace to understand why corr move 1 isn't recorded
[vchess.git] / client / src / utils / gameStorage.js
index 2756496..dfbd639 100644 (file)
@@ -62,7 +62,6 @@ 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: {