Skip to content

Commit

Permalink
removed unnecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael7371 committed Sep 21, 2023
1 parent e05ea5f commit 56d7811
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ protected Object process(String consumedData) {
{
//Send encoded PSM content to Codec service to decode PSM
if (key != null && key.toString().equals(PSMContentType)) {
/**process consumed data { "PsmMessageContent": [{ "metadata": { "utctimestamp:"2020-11-30T23:45:24.913657Z" }, "payload":"00121E38041180000138044CD8EA0F3D3FC4A600000100000000030AE0C0615C18"}]}
*/
OdePsmMetadata metadata = null;

JSONArray rawPSMJsonContentArray = rawJSONObject.getJSONArray(PSMContentType);
Expand Down

0 comments on commit 56d7811

Please sign in to comment.