Skip to content

Commit

Permalink
remove debugging print statements
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanhill1 committed Nov 30, 2023
1 parent 6e36092 commit 7ece104
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/qir_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,4 @@ def assert_equal_qir(given_qir: str, filename: str) -> None:

processed_given_qir = given_qir.strip()

print(processed_given_qir)
print()
print()
print(file_data)

assert file_data == processed_given_qir

0 comments on commit 7ece104

Please sign in to comment.