mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-15 20:20:38 +00:00
remove debug code
This commit is contained in:
@@ -2947,7 +2947,6 @@ impl Timeline {
|
||||
// files instead. This is possible as long as *all* the data imported into the
|
||||
// repository have the same LSN.
|
||||
let lsn_range = frozen_layer.get_lsn_range();
|
||||
debug!("flushing frozen layer with LSN range {:?}", lsn_range);
|
||||
let layer_paths_to_upload =
|
||||
if lsn_range.start == self.initdb_lsn && lsn_range.end == Lsn(self.initdb_lsn.0 + 1) {
|
||||
#[cfg(test)]
|
||||
|
||||
Reference in New Issue
Block a user