Skip to content

Commit

Permalink
Remove debug
Browse files Browse the repository at this point in the history
Signed-off-by: Fredy Wijaya <[email protected]>
  • Loading branch information
fredyw committed Sep 27, 2024
1 parent ac6fa33 commit 5c195b4
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,6 @@ void DnsCacheImpl::finishResolve(const std::string& host,
if (primary_host_info != nullptr && primary_host_info->active_query_ != nullptr) {
details_with_maybe_trace = absl::StrCat(
details, ":", absl::StrJoin(primary_host_info->active_query_->getTraces(), ","));
std::cerr << "Clearing traces\n";
primary_host_info->active_query_->clearTraces();
if (primary_host_info->active_query_->shouldDeleteThis()) {
delete primary_host_info->active_query_;
Expand Down

0 comments on commit 5c195b4

Please sign in to comment.