Skip to content

Commit

Permalink
remove breakpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
stevebachmeier committed Jan 8, 2025
1 parent 5707193 commit 1c5674d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/easylink/step.py
Original file line number Diff line number Diff line change
Expand Up @@ -671,7 +671,6 @@ def _update_step_graph(self, num_repeats) -> StepGraph:
graph.add_node_from_step(node)
for edge in edges:
graph.add_edge_from_params(edge)
breakpoint()
return graph

def _update_slot_mappings(self, num_repeats) -> dict:
Expand Down

0 comments on commit 1c5674d

Please sign in to comment.