Skip to content

Commit

Permalink
Update packages/SwingSet/misc-tools/delivery-summary.py
Browse files Browse the repository at this point in the history
Co-authored-by: Richard Gibson <[email protected]>
  • Loading branch information
warner and gibson042 authored Oct 5, 2024
1 parent dcd51e8 commit 8da1c97
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/SwingSet/misc-tools/delivery-summary.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,6 @@ def summarize_delivery(vatID, kd):
if stype == "cosmic-swingset-begin-block":
blocknum = d["blockHeight"]
deliveryTypeCounts = defaultdict(int)
#if blocknum is not None and stype == "deliver":
# dtype = summarize_delivery(d["vatID"], d["kd"])
# if dtype:
# deliveryTypeCounts[dtype] += 1
# all_dtypes[dtype] += 1
if blocknum is not None and stype == "deliver":
dtype = summarize_delivery(d["vatID"], d["kd"])
crankNum = d["crankNum"]
Expand Down

0 comments on commit 8da1c97

Please sign in to comment.