wip: remove gratuitous log

This commit is contained in:
Vlad Lazar
2024-04-23 11:55:42 +01:00
parent c719f902a1
commit 013e44f528

View File

@@ -3251,11 +3251,6 @@ impl Timeline {
let layer_map_search_timer = Instant::now();
let results = layers.range_search(range.clone(), cont_lsn);
tracing::info!(
"Range search at {} found {:?}",
cont_lsn,
results.found
);
ctx.read_path_stats
.inner