Skip to content

Commit

Permalink
Remove debug prints.
Browse files Browse the repository at this point in the history
  • Loading branch information
cqc-alec committed May 13, 2024
1 parent 23bb57e commit 925518b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pytket/pytket/quipper/quipper.py
Original file line number Diff line number Diff line change
Expand Up @@ -285,8 +285,6 @@ def cdiscard(self, t: List) -> CDiscard:
return CDiscard(wire=t[0])

def subroutine_call(self, t: List) -> SubroutineCall:
for i, ti in enumerate(t):
print(f"t[{i}] = {ti}")
repetitions = 1
if t[0] is not None:
assert isinstance(t[0], int)
Expand Down

0 comments on commit 925518b

Please sign in to comment.