Remove Debug message
This commit is contained in:
@@ -101,9 +101,6 @@ class CopyParam(paramExtracted: SubParameterBase) {
|
|||||||
}
|
}
|
||||||
paramCtor.newInstance(newValueList:_*)
|
paramCtor.newInstance(newValueList:_*)
|
||||||
}
|
}
|
||||||
|
|
||||||
// For debug purpose - print what's in the object
|
|
||||||
override def toString(): String = paramClass.getSimpleName + "(" + entries.toString + ")"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
object CopyParam {
|
object CopyParam {
|
||||||
|
|||||||
Reference in New Issue
Block a user