Skip to content

Commit

Permalink
Merge branch 'remove-geoip-log'
Browse files Browse the repository at this point in the history
  • Loading branch information
dlon committed Jan 4, 2024
2 parents 13855cb + c12f84f commit e232b83
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mullvad-daemon/src/geoip.rs
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ async fn send_location_request(
if use_ipv6 {
let uri_v6 = format!("https://ipv6.{}/json", *MULLVAD_CONNCHECK_HOST);
let location = send_location_request_internal(&uri_v6, v6_sender).await;
log::warn!("{location:?}");
Some(location.map(GeoIpLocation::from))
} else {
None
Expand Down

0 comments on commit e232b83

Please sign in to comment.