Skip to content

Commit

Permalink
test: Remove print debugging from shrinker
Browse files Browse the repository at this point in the history
  • Loading branch information
ysthakur committed Dec 13, 2024
1 parent 540a6a7 commit 4e582c8
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/test/scala/fred/GenUtil.scala
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,6 @@ object GenUtil {
if (prog.stmts.isEmpty) Stream.empty
else {
Shrink.shrink(prog.stmts)(Shrink.shrinkContainer)
.map {
foo =>
println(s"Here ${foo.size}")
foo
}
.map(stmts => prog.copy(stmts = stmts))
}
}
Expand Down

0 comments on commit 4e582c8

Please sign in to comment.