removed println

This commit is contained in:
Tony Tam
2012-12-26 20:06:29 -08:00
parent f329b94625
commit b2890a00a3

View File

@@ -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 => {