remove stale comment
a featureVars' range(0,0) is perfectly valid.
This commit is contained in:
parent
599d24a9e1
commit
7d136da836
@ -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)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user