diff --git a/explorer-api/src/country_statistics/geolocate.rs b/explorer-api/src/country_statistics/geolocate.rs index 42fe9405be..c77a61a9a1 100644 --- a/explorer-api/src/country_statistics/geolocate.rs +++ b/explorer-api/src/country_statistics/geolocate.rs @@ -95,12 +95,12 @@ impl GeoLocateTask { .await; } }, - Err(e) => { - warn!( - "❌ Oh no! Location for {} failed. Error: {:#?}", - cache_item.mix_node().host, - e - ); + Err(_e) => { + // warn!( + // "❌ Oh no! Location for {} failed. Error: {:#?}", + // cache_item.mix_node().host, + // e + // ); } }; }