From 4a7a7963ed037c89affc0e830445bb9d31de76f8 Mon Sep 17 00:00:00 2001 From: Jeremy Wright Date: Mon, 3 Aug 2015 12:23:59 -0400 Subject: [PATCH] Removed some unneeded commented code. --- cadquery/freecad_impl/shapes.py | 3 --- 1 file changed, 3 deletions(-) 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