X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=client%2Fsrc%2Fbase_rules.js;fp=client%2Fsrc%2Fbase_rules.js;h=c849626dd29a73213d138a8ea5692f9d3ad46559;hb=2fac4d67083700a1f1e85ed8662c176c24cdea6b;hp=f1049b055f64a4745cf88e46f4e824a5484fcabe;hpb=f719757530f757dc20ef895b6b96ab2ec520b0ea;p=vchess.git diff --git a/client/src/base_rules.js b/client/src/base_rules.js index f1049b05..c849626d 100644 --- a/client/src/base_rules.js +++ b/client/src/base_rules.js @@ -163,7 +163,6 @@ export const ChessRules = class ChessRules { // Check if FEN describes a board situation correctly static IsGoodFen(fen) { -console.log("ddd"); const fenParsed = V.ParseFen(fen); // 1) Check position if (!V.IsGoodPosition(fenParsed.position)) return false;