Skip to content

Commit

Permalink
fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
dzlk17 committed Sep 27, 2024
1 parent 9bfa9a1 commit a84fde8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/src/http/cloud/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,6 @@ pub fn custom_validate_domain_name(domain_name: &String) -> anyhow::Result<Strin
bail!(CloudApiErrors::InvalidDomainName);
}

println!("Root: {:?}", domain);
match parse_domain_name(domain) {
Ok(name) => {
return Ok(name.to_string());
Expand Down

0 comments on commit a84fde8

Please sign in to comment.