Skip to content

Commit c1b42d4

Browse files
chore: remove noisy log (paradigmxyz#16691)
1 parent d741456 commit c1b42d4

File tree

1 file changed

+0
-7
lines changed
  • crates/storage/provider/src/providers/database

1 file changed

+0
-7
lines changed

crates/storage/provider/src/providers/database/provider.rs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2951,13 +2951,6 @@ impl<TX: DbTxMut + DbTx + 'static, N: NodeTypesForProvider + 'static> BlockWrite
29512951
// Increment transaction id for each transaction.
29522952
next_tx_num += 1;
29532953
}
2954-
2955-
debug!(
2956-
target: "providers::db",
2957-
?block_number,
2958-
actions = ?durations_recorder.actions,
2959-
"Inserted block body"
2960-
);
29612954
}
29622955

29632956
self.storage.writer().write_block_bodies(self, bodies, write_to)?;

0 commit comments

Comments
 (0)