Skip to content

Commit 8ff7f89

Browse files
committed
Remove assertion
1 parent ea6353b commit 8ff7f89

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

library/src/scala/tasty/util/ShowSourceCode.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ class ShowSourceCode[T <: Tasty with Singleton](tasty0: T) extends Show[T](tasty
88

99
private[this] val color: Boolean = {
1010
import tasty.rootContext
11-
assert(!color) // TODO remove me, testing that tests do not use color
1211
tasty.settings.color
1312
}
1413

0 commit comments

Comments
 (0)