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 7851fd7 commit 0d2d7ca
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,8 @@ class TransportGetFindingsSearchAction @Inject constructor(
findings.add(finding)
for (doc_id in doc_ids) {
val document = searchDocument(doc_id, sourceIndex, actionListener)
// TODO: remove debug log
log.info("document: $document")
if (document != null)
docs.add(document)
}
Expand Down

0 comments on commit 0d2d7ca

Please sign in to comment.