Reduce logging in explorer api

This commit is contained in:
Mark Sinclair
2022-11-16 16:45:59 +00:00
parent 3fc1bc4e7c
commit 8e92801929
@@ -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
// );
}
};
}