Remove debug output before merge request

This commit is contained in:
Quentin Rendu
2025-01-14 10:45:57 +01:00
committed by Claude Brisson
parent 155af7a8ec
commit 6270ffdb58

View File

@@ -67,7 +67,7 @@ sealed class BaseSolver(
val dec = DecimalFormat("#.#") val dec = DecimalFormat("#.#")
val logger = LoggerFactory.getLogger("debug") val logger = LoggerFactory.getLogger("debug")
val debug = true val debug = false
weightsLogger?.apply { weightsLogger?.apply {
this.println("Round $round") this.println("Round $round")