Skip to content

Commit

Permalink
Revert "log qc2 data leaf commit and leaf2commit"
Browse files Browse the repository at this point in the history
This reverts commit ab55db8.
  • Loading branch information
QuentinI committed Dec 6, 2024
1 parent ab55db8 commit 0d75e20
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/data_source/update.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ use crate::{
};
use anyhow::{ensure, Context};
use async_trait::async_trait;
use committable::Committable;
use futures::future::Future;
use hotshot::types::{Event, EventType};
use hotshot_types::event::LeafInfo;
Expand Down Expand Up @@ -112,12 +111,6 @@ where
},
) in qcs.zip(leaf_chain.iter().rev())
{
tracing::info!(
"qc2 data leaf commit = {}, leaf2 commit = {}",
qc2.data.leaf_commit,
<Leaf2<Types> as Committable>::commit(leaf2)
);

let leaf = downgrade_leaf(leaf2.clone());
let qc = qc2.to_qc();
let height = leaf.block_header().block_number();
Expand Down

0 comments on commit 0d75e20

Please sign in to comment.