diff --git a/turbo/snapshotsync/freezeblocks/block_snapshots.go b/turbo/snapshotsync/freezeblocks/block_snapshots.go index 616579ba6ef..3796517f4ab 100644 --- a/turbo/snapshotsync/freezeblocks/block_snapshots.go +++ b/turbo/snapshotsync/freezeblocks/block_snapshots.go @@ -1325,10 +1325,6 @@ func typedSegments(dir string, minBlock uint64, types []snaptype.Type, allowGaps log.Debug("[snapshots] see gap", "type", segType, "from", lst.from) } res = append(res, l...) - if len(m) > 0 { - lst := m[len(m)-1] - log.Debug("[snapshots] see gap", "type", segType, "from", lst.from) - } missingSnapshots = append(missingSnapshots, m...) }