removed unnecessary sop

This commit is contained in:
Tim Chamberlain
2025-04-29 15:42:24 -05:00
parent 97434ebb66
commit e58190f15d

View File

@ -163,7 +163,6 @@ public class ProcessSpecUtilsV1
JSONObject outputJsonObject = convertResponseToJSONObject(response); JSONObject outputJsonObject = convertResponseToJSONObject(response);
String json = outputJsonObject.toString(3); String json = outputJsonObject.toString(3);
System.out.println(json);
context.result(json); context.result(json);
} }