Commit ceec7d74 by Pinal Shah Committed by Madhan Neethiraj

ATLAS-3823: incorrect warning about Unsupported operator in logs

parent 3c3eed08
No related merge requests found
......@@ -573,9 +573,6 @@ public abstract class SearchProcessor {
attrVal = getCustomAttributeIndexQueryValue(attrVal, true);
}
break;
default:
LOG.warn("{}: unsupported operator. Ignored", op);
break;
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment