Skip to content

Commit

Permalink
Remove print call
Browse files Browse the repository at this point in the history
  • Loading branch information
bouweandela committed Sep 2, 2024
1 parent d71c008 commit 44ddcda
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/iris/tests/unit/concatenate/test_hashing.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
],
)
def test_compute_hashes(a, b, eq):
print(a, b)
hashes = _concatenate._compute_hashes({"a": a, "b": b})
assert eq == (hashes["a"] == hashes["b"])

Expand Down

0 comments on commit 44ddcda

Please sign in to comment.