Remove Debug message

This commit is contained in:
Zitao Fang
2020-06-03 20:57:31 -07:00
parent bc6e03f859
commit e021f161dc

View File

@@ -101,9 +101,6 @@ class CopyParam(paramExtracted: SubParameterBase) {
}
paramCtor.newInstance(newValueList:_*)
}
// For debug purpose - print what's in the object
override def toString(): String = paramClass.getSimpleName + "(" + entries.toString + ")"
}
object CopyParam {