Skip to content

Commit

Permalink
Update vyper/codegen/jumptable_utils.py
Browse files Browse the repository at this point in the history
Co-authored-by: trocher <[email protected]>
  • Loading branch information
charles-cooper and trocher authored Sep 18, 2023
1 parent 6024315 commit 3de1398
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vyper/codegen/jumptable_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ def _mk_buckets(method_ids, n_buckets):
# second, get the magic for the bucket.
def _dense_jumptable_info(method_ids, n_buckets):
buckets = _mk_buckets(method_ids, n_buckets)
# print("BUCKETS", buckets)

# if there are somehow empty buckets, bail out as that can mess up
# the bucket header layout
Expand Down

0 comments on commit 3de1398

Please sign in to comment.