forked from loafle/openapi-generator-original
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