Remove todo - that has been done

This commit is contained in:
Søren Gregersen
2023-08-09 19:24:41 +02:00
committed by Sebastiaan Janssen
parent 7537509ede
commit 0edee82b0b

View File

@@ -4,7 +4,6 @@ public enum FilterOperation
{
Is,
IsNot,
// TODO: how to handle these in Examine?
Contains,
DoesNotContain
}