]> git.hungrycats.org Git - bees/commitdiff
extent scan: drop a nonsense trace message
authorZygo Blaxell <bees@furryterror.org>
Thu, 13 Feb 2025 03:00:29 +0000 (22:00 -0500)
committerZygo Blaxell <bees@furryterror.org>
Thu, 19 Jun 2025 01:17:48 +0000 (21:17 -0400)
This message appears only during exception backtraces, but it doesn't
carry any useful information.

Signed-off-by: Zygo Blaxell <bees@furryterror.org>
src/bees-roots.cc

index 6c5d78762db02e7aac75f959687f097c3d610de4..bdca9d70060f63249d7690166fc2499e42c18dd1 100644 (file)
@@ -1091,7 +1091,6 @@ BeesScanModeExtent::SizeTier::find_next_extent()
                        ++size_low_count;
 
                        // Skip ahead over any below-min-size extents
-                       BEESTRACE("min_size " << pretty(lower_size_bound) << " > scale_size " << pretty(m_fetcher.scale_size()));
                        const auto lsb_rounded = lower_size_bound & ~(m_fetcher.scale_size() - 1);
                        // Don't bother doing backward searches when skipping 128K or less.
                        // The search will cost more than reading 32 consecutive extent records.