mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2026-03-17 15:29:06 +00:00
removed println
This commit is contained in:
@@ -41,7 +41,6 @@ object ApiInvoker {
|
||||
}
|
||||
|
||||
def deserialize(json: String, containerType: String, cls: Class[_]) = {
|
||||
println("deserializing " + json)
|
||||
if (cls == classOf[String] && containerType == null) {
|
||||
json match {
|
||||
case s: String => {
|
||||
|
||||
Reference in New Issue
Block a user