chore: remove noisy log (#16691)

This commit is contained in:
Ethan Nguyen
2025-06-05 13:19:01 -04:00
committed by GitHub
parent 81461a8cf9
commit c68e657b69

View File

@@ -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)?;