mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-18 22:33:33 +00:00
remove debug logging
This commit is contained in:
@@ -51,7 +51,6 @@ class ViewportData:
|
|||||||
edit_mode = ("EDIT", "IFC Edit Mode", "Edit representation items", "EDITMODE_HLT", 2)
|
edit_mode = ("EDIT", "IFC Edit Mode", "Edit representation items", "EDITMODE_HLT", 2)
|
||||||
|
|
||||||
obj = bpy.context.active_object
|
obj = bpy.context.active_object
|
||||||
print("checking", obj)
|
|
||||||
element = tool.Ifc.get_entity(obj)
|
element = tool.Ifc.get_entity(obj)
|
||||||
|
|
||||||
modes = [obj_mode]
|
modes = [obj_mode]
|
||||||
|
|||||||
Reference in New Issue
Block a user