Skip to content

Commit

Permalink
remove breakpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
tlambert03 committed Oct 11, 2024
1 parent 6dfda34 commit c4ccbf2
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,5 @@ def _on_view_max_points_detected(self, value: int) -> None:

def _on_view_position_clicked(self, position: useq.RelativePosition) -> None:
if self._selector.active_plan_type is useq.RandomPoints:
breakpoint()
pos_no_name = position.model_copy(update={"name": ""})
self.random_points_wdg.start_at = pos_no_name

0 comments on commit c4ccbf2

Please sign in to comment.