Skip to content

Commit

Permalink
chore: cleaned up repeated output for info/debug
Browse files Browse the repository at this point in the history
  • Loading branch information
35359595 committed May 31, 2024
1 parent 1e9987c commit faad4f9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ impl Raiko {
info!("Verifying final state using provider data ...");
info!("Final block hash derived successfully. {}", header.hash());
debug!("Final block header derived successfully. {header:?}");
info!("Final block header derived successfully. {header:?}");
let pi = ProtocolInstance::new(input, &header, VerifierType::None)?.instance_hash();

// Check against the expected value of all fields for easy debugability
Expand Down

0 comments on commit faad4f9

Please sign in to comment.