Skip to content

Commit

Permalink
🔇 remove banner in dvm customer binary
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdelStark committed Jul 30, 2024
1 parent 14257d8 commit 3d141c6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions crates/cli/src/dvm_customer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,6 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
}
println!("\n");

let banner =
text_to_ascii_art::to_art("Proof Verification".to_string(), "standard", 0, 0, 0).unwrap();
println!("{}", banner.cyan());

let is_valid = customer.verify_proof(&job_result)?;

if is_valid {
Expand Down

0 comments on commit 3d141c6

Please sign in to comment.