Skip to content

Commit

Permalink
Bury dead code.
Browse files Browse the repository at this point in the history
  • Loading branch information
It's me, CI committed Feb 15, 2024
1 parent 3d1f700 commit 71b787b
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions uptime_service_validation/coordinator/coordinator.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,16 +101,6 @@ def process(connection, prev_batch_end, cur_batch_end, bot_log_id):
cassandra.close()

logging.info("number of submissions: {0}".format(len(submissions)))
# print("submitter, state_hash, parent, height, slot, validation_error")
# for s in submissions:
# print(
# s.submitter,
# s.state_hash,
# s.parent,
# s.height,
# s.slot,
# s.validation_error,
# )

# Step 5 checks for forks and writes to the db.
state_hash_df = pd.DataFrame(
Expand Down

0 comments on commit 71b787b

Please sign in to comment.