Skip to content

Commit 98ac6f8

Browse files
committed
Fix parser poc
Signed-off-by: Sicheng Song <sicheng.song@outlook.com>
1 parent 6763d59 commit 98ac6f8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ml-algorithms/src/main/java/org/opensearch/ml/engine/algorithms/remote/RemoteConnectorExecutor.java

-1
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,6 @@ private void validateInputSchema(MLInput mlInput) {
168168
String inputSchemaString = getConnector().getModelInterface().get("input");
169169
try {
170170
JSONObject inputSchemaObject = ConnectorUtils.processJsonObject(new JSONObject(inputSchemaString));
171-
System.out.println(mlInput.getParameters().toXContent(XContentFactory.jsonBuilder(), ToXContent.EMPTY_PARAMS).toString());
172171
System.out.println(mlInput.getInputDataset().toString());
173172
ConnectorUtils.validateSchema(inputSchemaObject.toString(), mlInput.toXContent(XContentFactory.jsonBuilder(), ToXContent.EMPTY_PARAMS).toString());
174173
} catch (IOException | JSONException e) {

0 commit comments

Comments
 (0)