Remove debug output before merge request
This commit is contained in:

committed by
Claude Brisson

parent
155af7a8ec
commit
6270ffdb58
@@ -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")
|
||||||
|
Reference in New Issue
Block a user