Remove this commented out code

This commit is contained in:
GwanYeong Kim
2018-10-23 13:39:23 +09:00
committed by Sebastiaan Janssen
parent 21cb0f79c3
commit b539cc2a7a
4 changed files with 2 additions and 10 deletions

View File

@@ -51,7 +51,6 @@
break;
}
// constraintValue = condition.Property.Type == "string" ? string.Format("\"{0}\"", condition.ConstraintValue) : condition.ConstraintValue;
}
switch (condition.Term.Operathor)
@@ -95,4 +94,4 @@
}
}
}
}