Line for prior commit

This commit is contained in:
Luke Parker 2024-04-21 08:55:29 -04:00
parent 749d783b1e
commit 5fa7e3d450
No known key found for this signature in database

View file

@ -57,8 +57,8 @@ impl<N: Network> RoundData<N> {
// Poll all set timeouts, returning the Step whose timeout has just expired
pub(crate) async fn timeout_future(&self) -> Step {
let now = Instant::now();
/*
let now = Instant::now();
log::trace!(
target: "tendermint",
"getting timeout_future, from step {:?}, off timeouts: {:?}",