Skip to content
This repository has been archived by the owner on Feb 9, 2021. It is now read-only.

Commit

Permalink
Removed some unneeded commented code.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmwright committed Aug 3, 2015
1 parent 04a753e commit 4a7a796
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cadquery/freecad_impl/shapes.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,10 +185,7 @@ def BoundingBox(self):
return BoundBox(self.wrapped.BoundBox)

def Center(self):
# try:
return Vector(self.wrapped.CenterOfMass)
# except:
# pass

def Closed(self):
return self.wrapped.Closed
Expand Down

0 comments on commit 4a7a796

Please sign in to comment.