Skip to content

Commit

Permalink
Update TransportGetFindingsSearchAction.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
Annie Lee committed Mar 30, 2022
1 parent 6838b4c commit 60befe6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ class TransportGetFindingsSearchAction @Inject constructor(
val findingsWithDocs: List<FindingWithDocs> = mutableListOf()
response.responses.forEach {
// TODO: REMOVE DEBUG LOG
log.info("response: $response")
log.info("response: ${response.toString()}")
/* val xcp = XContentFactory.xContent(XContentType.JSON)
.createParser(xContentRegistry, LoggingDeprecationHandler.INSTANCE, response.toString())
XContentParserUtils.ensureExpectedToken(XContentParser.Token.START_OBJECT, xcp.nextToken(), xcp)
Expand Down

0 comments on commit 60befe6

Please sign in to comment.