Skip to content

Commit

Permalink
remove hanging prints
Browse files Browse the repository at this point in the history
  • Loading branch information
ashlhans committed Mar 29, 2024
1 parent 763d48c commit 0265574
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/braket/circuits/circuit.py
Original file line number Diff line number Diff line change
Expand Up @@ -439,8 +439,6 @@ def _check_if_qubit_measured(
Raises:
ValueError: If adding a gate or noise operation after a measure instruction.
"""
print(self._measure_targets)
print("Instruction: ", instruction.target)
if (
target
and target in self._measure_targets
Expand Down

0 comments on commit 0265574

Please sign in to comment.