mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-13 10:57:49 +00:00
Remove debug print
This commit is contained in:
committed by
Thomas Krijnen
parent
cf34be07e1
commit
d179c4415c
@@ -286,8 +286,6 @@ def test_snap_far_from_origin(window):
|
||||
assert_msg = "snap_type should be 'Vertex'"
|
||||
assert snap_point.snap_type == "Vertex", assert_msg
|
||||
_assert_pass(assert_msg)
|
||||
print(snap_point.x)
|
||||
print(round(snap_point.x, 3))
|
||||
assert_msg = "x should be 1000000"
|
||||
assert round(snap_point.x, 3) == 1000.0, assert_msg
|
||||
_assert_pass(assert_msg)
|
||||
|
||||
Reference in New Issue
Block a user