Lower search_depth on a few variants
[vchess.git] / client / src / variants / Capture.js
index d7cc57e..413356d 100644 (file)
@@ -40,8 +40,4 @@ export class CaptureRules extends ChessRules {
       return V.KeepCaptures(moves);
     return moves;
   }
-
-  static get SEARCH_DEPTH() {
-    return 4;
-  }
 };