mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-26 10:11:46 +00:00
Remove debug print statement
This commit is contained in:
@@ -576,9 +576,6 @@ class Snap(bonsai.core.tool.Snap):
|
|||||||
snaps_by_type = filter_snapping_points_by_type(snaps_by_group)
|
snaps_by_type = filter_snapping_points_by_type(snaps_by_group)
|
||||||
ordered_snaps = sort_points_by_weighted_distance(snaps_by_type)
|
ordered_snaps = sort_points_by_weighted_distance(snaps_by_type)
|
||||||
|
|
||||||
for snap in ordered_snaps:
|
|
||||||
print("\n", snap["type"], snap["distance"])
|
|
||||||
|
|
||||||
# Make Axis first priority
|
# Make Axis first priority
|
||||||
if tool_state.lock_axis or tool_state.axis_method in {"X", "Y", "Z"}:
|
if tool_state.lock_axis or tool_state.axis_method in {"X", "Y", "Z"}:
|
||||||
cls.update_snapping_ref(ordered_snaps[0]["point"], ordered_snaps[0]["type"])
|
cls.update_snapping_ref(ordered_snaps[0]["point"], ordered_snaps[0]["type"])
|
||||||
|
|||||||
Reference in New Issue
Block a user