Polishing 0df050ec32
This commit is contained in:
@@ -71,9 +71,6 @@ public abstract class JsonMapper {
|
||||
}
|
||||
result = ((String) value).getBytes(StandardCharsets.UTF_8);
|
||||
}
|
||||
else {
|
||||
logger.warn("Object does not represent a valid JSON. Object is: " + value);
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user