RED-4824: Removed obsolete logging statement

This commit is contained in:
Viktor Seifert 2022-08-09 17:12:51 +02:00
parent c7a789ada6
commit 4f36b8b43e

View File

@ -118,10 +118,6 @@ public class EntitySearchUtils {
public void markFalsePositives(Set<Entity> entities, Set<Entity> falsePositives) {
if (entities.size() == 2) {
log.info("asd");
}
List<Entity> wordsToRemove = new ArrayList<>();
for (Entity word : falsePositives) {
for (Entity inner : entities) {