Skip to content

Commit ef4f211

Browse files
committed
remove println
1 parent 84e46c7 commit ef4f211

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/src/test/scala/io/fintrospect/formats/JsonFormatSpec.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ abstract class JsonFormatSpec[X <: Y, Y](val jsonLib: JsonLibrary[X, Y]) extends
2929
'null -> format.nullNode(),
3030
'array -> format.array(format.string("world"), format.boolean(true))
3131
))
32-
println(str)
3332
str shouldEqual expectedJson
3433
}
3534

0 commit comments

Comments
 (0)