ngachung commented on code in PR #267: URL: https://github.com/apache/incubator-sdap-nexus/pull/267#discussion_r1302064289
########## analysis/webservice/algorithms/doms/ResultsStorage.py: ########## @@ -285,7 +285,8 @@ def __enrichPrimaryDataWithMatches(self, id, dataMap, trim_data=False): dataMap[row.primary_value_id]["matches"] = [] dataMap[row.primary_value_id]["matches"].append(entry) else: - print(row) + # print(row) + pass Review Comment: @skorper @RKuttruff Did you get a chance to figure out why we keep reaching this else statement? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@sdap.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org