Skip to content

Commit

Permalink
removed from debug messages that should have been removed
Browse files Browse the repository at this point in the history
  • Loading branch information
anewton1998 committed Sep 6, 2024
1 parent cb34651 commit 7bbe9ae
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions icann-rdap-cli/src/query.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ use icann_rdap_common::check::traverse_checks;
use icann_rdap_common::check::CheckClass;
use icann_rdap_common::check::CheckParams;
use icann_rdap_common::check::GetChecks;
use tracing::debug;
use tracing::error;
use tracing::info;

Expand Down Expand Up @@ -108,7 +107,6 @@ async fn do_domain_query<'a, W: std::io::Write>(
if let Some(url) = get_related_link(&response.rdap).first() {
info!("Querying domain name from registrar.");
let query_type = QueryType::Url(url.to_string());
debug!("issuing request with query type {query_type} for base URL {base_url}");
let registrar_response_result =
do_request(&base_url, &query_type, processing_params, client).await;
match registrar_response_result {
Expand Down

0 comments on commit 7bbe9ae

Please sign in to comment.