diff --git a/src/blenderbim/blenderbim/bim/module/drawing/helper.py b/src/blenderbim/blenderbim/bim/module/drawing/helper.py index 95bd35b77b..56a7887d27 100644 --- a/src/blenderbim/blenderbim/bim/module/drawing/helper.py +++ b/src/blenderbim/blenderbim/bim/module/drawing/helper.py @@ -180,10 +180,6 @@ def format_distance( frac = 0 inches += 1 - # Check values and compose string - if inches == 12: - feet += 1 - inches = 0 if not isArea: add_inches = bool(inches) or not suppress_zero_inches