Skip to content

Commit 8e13f73

Browse files
committed
disable liftF tracing
1 parent 580fb54 commit 8e13f73

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

modules/natchez/src/main/scala/hxl/natchez/package.scala

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,6 @@ package object `natchez` {
5656
}
5757
.map(round + 1 -> _)
5858
}
59-
case liftF: LiftF[F, A] =>
60-
StateT { (round: Int) =>
61-
Trace[G]
62-
.span("hxl.liftF") {
63-
Trace[G].put("round" -> round) *> compiler(liftF)
64-
}
65-
.map(round + 1 -> _)
66-
}
6759
case other => StateT.liftF(compiler(other))
6860
}
6961
}

0 commit comments

Comments
 (0)