mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-16 18:02:56 +00:00
Undo debug trace
This commit is contained in:
@@ -5909,10 +5909,6 @@ impl<'a> TimelineWriter<'a> {
|
||||
let state = self.write_guard.as_mut().unwrap();
|
||||
|
||||
state.current_size += buf_size;
|
||||
info!(
|
||||
"Current layer size is {}, buf_size={}",
|
||||
state.current_size, buf_size
|
||||
);
|
||||
state.prev_lsn = Some(batch_max_lsn);
|
||||
state.max_lsn = std::cmp::max(state.max_lsn, Some(batch_max_lsn));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user