From 61ed0671759bbd5472bf32ba30b064272365e201 Mon Sep 17 00:00:00 2001 From: gentlegiantJGC Date: Fri, 12 Jun 2020 18:24:33 +0100 Subject: [PATCH] Removed print --- .../opengl/mesh/selection/render_selection_group_editable.py | 1 - 1 file changed, 1 deletion(-) diff --git a/amulet_map_editor/opengl/mesh/selection/render_selection_group_editable.py b/amulet_map_editor/opengl/mesh/selection/render_selection_group_editable.py index c02a726c..b858368b 100644 --- a/amulet_map_editor/opengl/mesh/selection/render_selection_group_editable.py +++ b/amulet_map_editor/opengl/mesh/selection/render_selection_group_editable.py @@ -145,7 +145,6 @@ def deselect_active(self): self._post_box_disable_inputs_event() def update_cursor_position(self, position: BlockCoordinatesAny, box_index: Optional[int]): - print(self._last_active_box_index, self._active_box_index) self._cursor_position[:] = position self._hover_box_index = box_index self._cursor.point1 = self._cursor.point2 = position