From 728026d3f03a3a24ab08d79cabb752d3d41ee26e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bruno=20Perdig=C3=A3o?= Date: Sun, 31 May 2026 22:30:56 -0300 Subject: [PATCH] Remove debug print --- src/bonsai/test/modal/test_modal.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/bonsai/test/modal/test_modal.py b/src/bonsai/test/modal/test_modal.py index 5adca02647..27e290ae3f 100644 --- a/src/bonsai/test/modal/test_modal.py +++ b/src/bonsai/test/modal/test_modal.py @@ -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)