Skip to content

Commit 2dcbb93

Browse files
committed
disable print again, but keep it as println. print was pretty much unreadable.
1 parent 972399d commit 2dcbb93

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/scala/io/viash/TestHelper.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ object TestHelper {
9898
Seq("docker", "images", name)
9999
)
100100

101-
println(out)
101+
// println(out)
102102
val regex = s"$name(\\s*:?)$tag".r
103103

104104
regex.findFirstIn(out.output).isDefined

0 commit comments

Comments
 (0)