Skip to content

Commit bdf5667

Browse files
committed
remove leftover debug message
1 parent 230c121 commit bdf5667

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/MicroOcpp/Model/Variables/VariableContainer.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -278,9 +278,6 @@ bool VariableContainerOwning::commit() {
278278
if (variable.hasAttribute(Variable::AttributeType::MaxSet)) stored["valMaxSet"] = variable.getString(Variable::AttributeType::MaxSet);
279279
break;
280280
}
281-
282-
char buf [1000];
283-
serializeJson(doc, buf, 1000);
284281
}
285282

286283

0 commit comments

Comments
 (0)