Skip to content

Commit

Permalink
Remove println statement
Browse files Browse the repository at this point in the history
  • Loading branch information
romac committed Dec 18, 2020
1 parent 84a43de commit 7a8d97f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions light-client/src/light_client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ impl LightClient {
state.trace_block(latest.height(), current.height());

latest = current;
println!("verified: {}", latest.height());
// println!("verified: {}", latest.height());
}

assert_eq!(latest.height(), target_height);
Expand Down Expand Up @@ -348,4 +348,4 @@ impl LightClient {

Ok((block, Status::Unverified))
}
}
}

0 comments on commit 7a8d97f

Please sign in to comment.