Remove bloat line

This commit is contained in:
CyrilWaechter
2022-12-11 22:46:05 +01:00
parent a513e1b56a
commit 1f87165601
@@ -65,7 +65,6 @@ class Boundary(blenderbim.core.tool.Boundary):
@classmethod
def move_origin_to_space_origin(cls, obj):
model = tool.Ifc.get()
boundary = tool.Ifc.get_entity(obj)
space = tool.Ifc.get_object(boundary.RelatingSpace)
translation = obj.matrix_world.translation - space.matrix_world.translation