Hopefully Eightpieces is less buggish now
[vchess.git] / client / src / variants / Suction.js
index 9ac5b44..a39bec0 100644 (file)
@@ -6,9 +6,6 @@ export const VariantRules = class SuctionRules extends ChessRules {
   }
 
   setOtherVariables(fen) {
-
-console.log(fen);
-
     super.setOtherVariables(fen);
     // Local stack of "captures"
     this.cmoves = [];