Removed some unneeded commented code.

This commit is contained in:
Jeremy Wright 2015-08-03 12:23:59 -04:00
parent 04a753e152
commit 4a7a7963ed

View File

@ -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