Skip to content

Commit

Permalink
Merge pull request #2409 from charles-cooper/fix_print_statement
Browse files Browse the repository at this point in the history
remove a debug print statement
  • Loading branch information
iamdefinitelyahuman authored Aug 6, 2021
2 parents 4ebf54d + 826ff12 commit b52715e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vyper/old_codegen/events.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ def lll_node_for_log(expr, buf, _maxlen, event, topic_nodes, data_nodes, context
data = lll_tuple_from_args(data_nodes)

# sanity check, abi size_bound is the same calculated both ways
print(data.typ, type(data.typ))
assert abi_type_of(data.typ).size_bound() == _maxlen, "bad buffer size"

# encode_data is an LLLnode which, cleverly, both encodes the data
Expand Down

0 comments on commit b52715e

Please sign in to comment.