Skip to content

Commit

Permalink
Remove dbg
Browse files Browse the repository at this point in the history
  • Loading branch information
SkyfallWasTaken committed Aug 26, 2024
1 parent 9e131df commit fbab609
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/vortex-server/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ async fn get_emails(

fn validate_vortex_email(email: &str) -> bool {
// The `None` here means that we use strict email parsing.
dbg!(email);
let Some(parsed) = EmailAddress::parse(email, None) else {
return false;
};
Expand Down

0 comments on commit fbab609

Please sign in to comment.