diff --git a/src/test/scala/fred/GenUtil.scala b/src/test/scala/fred/GenUtil.scala index c0de3a2..431fd06 100644 --- a/src/test/scala/fred/GenUtil.scala +++ b/src/test/scala/fred/GenUtil.scala @@ -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)) } }