Skip to content

Commit

Permalink
remove println
Browse files Browse the repository at this point in the history
  • Loading branch information
beckend committed Sep 23, 2023
1 parent c9ba4b9 commit a7d0ab7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = 'email-validate'
version = '0.1.3'
version = '0.1.4'
edition = '2021'
keywords = ['email', 'validation', 'validate', 'bounce', 'free']
categories = ['email', 'validation']
Expand Down
1 change: 0 additions & 1 deletion src/features/cli/commands/email_check/common.rs
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,6 @@ impl Api {
.expect("send update report files written.")
}

println!("happens");
Ok(())
}

Expand Down

0 comments on commit a7d0ab7

Please sign in to comment.