mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-15 09:22:55 +00:00
remove noisy debug log message
This commit is contained in:
committed by
Dmitry Rodionov
parent
1fd08107ca
commit
49da76237b
@@ -198,7 +198,6 @@ impl BlockWriter for BlockBuf {
|
||||
assert!(buf.len() == PAGE_SZ);
|
||||
let blknum = self.blocks.len();
|
||||
self.blocks.push(buf);
|
||||
tracing::info!("buffered block {}", blknum);
|
||||
Ok(blknum as u32)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user