log opt
This commit is contained in:
parent
3ef8fc4799
commit
e238be4846
@ -41,7 +41,6 @@ public class PostCdrController {
|
||||
@SneakyThrows
|
||||
private CdrCtrlrReqDTO readObj(final String strCdr) {
|
||||
val jsonNode = objectMapper.readTree(strCdr);
|
||||
log.info("Json Node [{}].", jsonNode);
|
||||
val dto = objectMapper.treeToValue(
|
||||
jsonNode.get("variables"), CdrCtrlrReqDTO.class);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user