removed debug info from xpath controller
This commit is contained in:
@@ -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));
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user