Remove some debug code
This commit is contained in:
@@ -17,8 +17,6 @@ import java.text.DecimalFormat
|
||||
import java.util.*
|
||||
import kotlin.math.*
|
||||
|
||||
val logger = LoggerFactory.getLogger("debug")
|
||||
|
||||
sealed class BaseSolver(
|
||||
round: Int,
|
||||
totalRounds: Int,
|
||||
@@ -89,13 +87,6 @@ sealed class BaseSolver(
|
||||
pairingSortedPairables.remove(ByePlayer)
|
||||
}
|
||||
|
||||
if (round == 4) {
|
||||
logger.info("@@@@@ Round 4 @@@@@")
|
||||
for (p in sortedPairables) {
|
||||
logger.info("#${p.id} ${p.name} ${scores[p.id]?.first} ${scores[p.id]?.second} ${p.sos}")
|
||||
}
|
||||
}
|
||||
|
||||
for (i in nameSortedPairables.indices) {
|
||||
for (j in i + 1 until nameSortedPairables.size) {
|
||||
val p = nameSortedPairables[i]
|
||||
|
Reference in New Issue
Block a user