RED-4824: Removed obsolete logging statement
This commit is contained in:
parent
c7a789ada6
commit
4f36b8b43e
@ -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) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user