diff --git a/cadquery/freecad_impl/shapes.py b/cadquery/freecad_impl/shapes.py index e710aac..e3227f9 100644 --- a/cadquery/freecad_impl/shapes.py +++ b/cadquery/freecad_impl/shapes.py @@ -185,10 +185,7 @@ class Shape(object): return BoundBox(self.wrapped.BoundBox) def Center(self): - # try: return Vector(self.wrapped.CenterOfMass) - # except: - # pass def Closed(self): return self.wrapped.Closed