Skip to content

Commit

Permalink
remove log info suggesting deneb isn't schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
realbigsean committed Jan 23, 2024
1 parent d616560 commit d5d89f9
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,7 @@ pub fn upgrade_to_v19<T: BeaconChainTypes>(
debug!(log, "Wrote {} blobs to the blobs db", num_blobs);

// Delete all the blobs
info!(
log,
"Upgrading to v19 schema";
"info" => "ready for Deneb once it is scheduled"
);
info!(log, "Upgrading to v19 schema");
Ok(hot_delete_ops)
}

Expand Down

0 comments on commit d5d89f9

Please sign in to comment.