Skip to content

Commit

Permalink
chore: remove print in test_sign_new_transaction.py
Browse files Browse the repository at this point in the history
  • Loading branch information
keiff3r committed Nov 15, 2024
1 parent 98962b4 commit 5efbada
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/python/test_sign_new_transaction.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ def sign_transaction_with_rawTx(test_name, backend, navigator, instructions, raw
navigator.navigate_and_compare(TESTS_ROOT_DIR, test_name, instructions)

response: bytes = get_async_response(backend)
print('km-response:',response.data)
return response

def test_sign_transaction_eip1559_no_data(test_name, backend, firmware, navigator):
Expand Down

0 comments on commit 5efbada

Please sign in to comment.