mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-27 16:18:08 -05:00
chore: remove noisy log (#16691)
This commit is contained in:
@@ -2951,13 +2951,6 @@ impl<TX: DbTxMut + DbTx + 'static, N: NodeTypesForProvider + 'static> BlockWrite
|
||||
// Increment transaction id for each transaction.
|
||||
next_tx_num += 1;
|
||||
}
|
||||
|
||||
debug!(
|
||||
target: "providers::db",
|
||||
?block_number,
|
||||
actions = ?durations_recorder.actions,
|
||||
"Inserted block body"
|
||||
);
|
||||
}
|
||||
|
||||
self.storage.writer().write_block_bodies(self, bodies, write_to)?;
|
||||
|
||||
Reference in New Issue
Block a user