remove stale comment

a featureVars' range(0,0) is perfectly valid.
This commit is contained in:
Cosimo Lupo 2019-11-15 18:01:02 +00:00
parent 599d24a9e1
commit 7d136da836
No known key found for this signature in database
GPG Key ID: 20D4A261E4A0E642

View File

@ -733,10 +733,6 @@ def _limitFeatureVariationConditionRange(condition, axisRange):
newValue = 0 newValue = 0
values[i] = newValue values[i] = newValue
# TODO(anthrotype): Is (0,0) condition supposed to be applied ever? Ask Behdad
# if not any(values):
# return
return AxisRange(*values) return AxisRange(*values)