Skip to content

Commit 63efc4f

Browse files
committed
removed println
1 parent a5c92be commit 63efc4f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

modules/swagger-generator/src/test/scala/GeneratorInputTest.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,5 @@ class GeneratorInputTest extends FlatSpec with Matchers {
1414
it should "write an object" in {
1515
val obj = new GeneratorInput()
1616
obj.setSwaggerUrl("http://petstore.swagger.io/v2/swagger.json")
17-
Json.prettyPrint(obj)
1817
}
1918
}

0 commit comments

Comments
 (0)