Skip to content

Commit

Permalink
delete print
Browse files Browse the repository at this point in the history
  • Loading branch information
muyangye committed Nov 15, 2023
1 parent 52318b5 commit baf6ee9
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,6 @@ private void handleNonPrimitiveMeasurementProperty(Point.Builder p, Event event,
ObjectMapper mapper = new ObjectMapper();
try {
String json = mapper.writeValueAsString(field);
System.out.println(json);
p.addField(preparedRuntimeName, json);
// Deserialize in this way, tested the primitive types can be correctly deducted from Object
// TypeFactory typeFactory = mapper.getTypeFactory();
Expand Down

0 comments on commit baf6ee9

Please sign in to comment.