diff --git a/api-webapp/src/main/kotlin/org/jeudego/pairgoth/pairing/solver/BaseSolver.kt b/api-webapp/src/main/kotlin/org/jeudego/pairgoth/pairing/solver/BaseSolver.kt index e1b4b17..d1a1a6f 100644 --- a/api-webapp/src/main/kotlin/org/jeudego/pairgoth/pairing/solver/BaseSolver.kt +++ b/api-webapp/src/main/kotlin/org/jeudego/pairgoth/pairing/solver/BaseSolver.kt @@ -195,12 +195,6 @@ sealed class BaseSolver( val potentialHd: Int = max(hd1, hd2) val score = if (potentialHd == 0) { - if (round == 4 && ( - p1.fullName() == "Marechal Morgane" && p2.fullName() == "Goloubkov Alexandra" - || p2.fullName() == "Marechal Morgane" && p1.fullName() == "Goloubkov Alexandra" - )) { - println("@@@@ BP color balance") - } val wb1: Int = p1.colorBalance val wb2: Int = p2.colorBalance if (wb1 * wb2 < 0) colorBalanceWeight