Skip to content

Commit

Permalink
Remove debug prints. (#1387)
Browse files Browse the repository at this point in the history
  • Loading branch information
cqc-alec authored May 13, 2024
1 parent 9f2a073 commit fede38d
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 fede38d

Please sign in to comment.