X-Git-Url: https://git.auder.net/?p=vchess.git;a=blobdiff_plain;f=client%2Fsrc%2Fvariants%2FCrazyhouse.js;h=03d7e418bb1b05404d0bb2eb10bb947990ddedbb;hp=0a237c7d7a6b5c029450af23063c446522c01c9a;hb=b83a675a3066c67cc7843ae27ad8aeffd15b0976;hpb=28b32b4fc7c23b1c72bed68e1897576c5be46c3d diff --git a/client/src/variants/Crazyhouse.js b/client/src/variants/Crazyhouse.js index 0a237c7d..03d7e418 100644 --- a/client/src/variants/Crazyhouse.js +++ b/client/src/variants/Crazyhouse.js @@ -234,7 +234,6 @@ export const VariantRules = class CrazyhouseRules extends ChessRules { } static get SEARCH_DEPTH() { - // High branching factor return 2; }