Skip to content

Commit

Permalink
feat(plc4py): Clean up debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
hutcheb committed May 21, 2023
1 parent 4350fb2 commit 67272f7
Show file tree
Hide file tree
Showing 5 changed files with 431 additions and 431 deletions.
Expand Up @@ -1056,7 +1056,7 @@ else if ((variableLiteral.getChild().isPresent()) && ((ComplexTypeDefinition) th
if ((parserArguments != null) && parserArguments.stream()
.anyMatch(argument -> argument.getName().equals(variableLiteralName))) {
tracer = tracer.dive("parser argument");
return tracer + variableLiteralName + "66" +
return tracer + variableLiteralName +
variableLiteral.getChild()
.map(child -> "." + camelCaseToSnakeCase(toVariableExpression(field, typeReference, child, parserArguments, serializerArguments, false, suppressPointerAccess, true)))
.orElse("");
Expand Down

0 comments on commit 67272f7

Please sign in to comment.