X-Git-Url: https://git.auder.net/?p=vchess.git;a=blobdiff_plain;f=client%2Fsrc%2Futils%2FgameStorage.js;h=dfbd639483fe67ab9a4fc7005eb341ee60d885c9;hp=275649662401dd805ab04974fb0632a35a7391f1;hb=e4b6e2850770c0511ddd17d29adf6a903b4792b1;hpb=b991f731b93e48cebda2e37462aabf61f4a02e1d diff --git a/client/src/utils/gameStorage.js b/client/src/utils/gameStorage.js index 27564966..dfbd6394 100644 --- a/client/src/utils/gameStorage.js +++ b/client/src/utils/gameStorage.js @@ -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: {