diff --git a/qiskit/transpiler/passes/routing/stochastic_swap.py b/qiskit/transpiler/passes/routing/stochastic_swap.py index 5a8c87222c1f..14fc922a38bb 100644 --- a/qiskit/transpiler/passes/routing/stochastic_swap.py +++ b/qiskit/transpiler/passes/routing/stochastic_swap.py @@ -371,7 +371,6 @@ def _mapper(self, circuit_graph, coupling_graph, trials=20): def _transpile_controlflow_op(self, cf_op, current_layout, qubits): """handle controlflow ops by type""" new_coupling = layout_transform(self.coupling_map, current_layout, qubits) - breakpoint() _pass = self.__class__(new_coupling, initial_layout=None, seed=self.seed) if isinstance(cf_op, IfElseOp): return transpile_cf_multiblock(