Skip to content

Commit

Permalink
remove stray prints
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-cooper committed Dec 11, 2024
1 parent 1fa859a commit a79b88f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/unit/compiler/venom/test_literals_codesize.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@

@pytest.mark.parametrize("orig_value", should_invert)
def test_literal_codesize_ff_inversion(orig_value):
print(hex(orig_value))
print(hex(orig_value % 2**256))
ctx = IRContext()
fn = ctx.create_function("_global")
bb = fn.get_basic_block()
Expand Down

0 comments on commit a79b88f

Please sign in to comment.