Skip to content

Commit

Permalink
Removed print
Browse files Browse the repository at this point in the history
  • Loading branch information
gentlegiantJGC committed Jun 12, 2020
1 parent 8da7a82 commit 61ed067
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 61ed067

Please sign in to comment.