diff --git a/src/main/kotlin/com/beust/kobalt/internal/DynamicGraph.kt b/src/main/kotlin/com/beust/kobalt/internal/DynamicGraph.kt index 4be2a7ae..2326ea94 100644 --- a/src/main/kotlin/com/beust/kobalt/internal/DynamicGraph.kt +++ b/src/main/kotlin/com/beust/kobalt/internal/DynamicGraph.kt @@ -136,12 +136,12 @@ public class DynamicGraph : KobaltLogger { } // Sort the free nodes if requested (e.g. priorities) - // if (! result.isEmpty()) { - // if (comparator != null) { - // Collections.sort(result, comparator) - // debug("Nodes after sorting:" + result.get(0)) - // } - // } +// if (! result.isEmpty()) { +// if (comparator != null) { +// Collections.sort(result, comparator) +// debug("Nodes after sorting:" + result.get(0)) +// } +// } log(2, "freeNodes: ${result}") return result