removed debug info from xpath controller

This commit is contained in:
2023-08-21 14:09:07 +02:00
parent 1206b29cf0
commit bcb6ba766e

View File

@@ -87,7 +87,6 @@ public class XPathController implements RestController {
this.logger.error("Error on processing XPath using " + engine.getVersion() + ". " + ex);
} finally {
response.body(this.gson.toJson(responseBody));
this.logger.error(this.gson.toJson(responseBody));
}
}