Skip to content

Commit

Permalink
Remove print statement I added
Browse files Browse the repository at this point in the history
  • Loading branch information
cc7768 committed Nov 19, 2021
1 parent e981622 commit 9b8df08
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/core/contracts/test_extracting_event_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,6 @@ def test_event_data_extraction(web3,
event_name,
call_args,
expected_args):
print(call_args)
print(expected_args)
emitter_fn = emitter.functions[contract_fn]
event_id = getattr(emitter_event_ids, event_name)
txn_hash = emitter_fn(event_id, *call_args).transact()
Expand Down

0 comments on commit 9b8df08

Please sign in to comment.