Skip to content

Commit

Permalink
fix: remove stdout logging
Browse files Browse the repository at this point in the history
  • Loading branch information
ValdemarGr committed Oct 12, 2023
1 parent 2767041 commit 3b06382
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ object BatchAccumulator {
def groupBatches(
plan: OptimizedDAG
): Chain[(Step.BatchKey[?, ?], NonEmptyChain[UniqueBatchInstance[?, ?]])] = Chain.fromSeq {
println(plan.plan.values.toList.map{ case (bs, _) => bs }.distinct)
plan.plan.values.toList.map{ case (bs, _) => bs }.distinct.mapFilter { bs =>
plan.tree.lookup(bs.head).batchId.map(_.batcherId).map { bk =>
val vs = NonEmptyChain
Expand Down

0 comments on commit 3b06382

Please sign in to comment.